import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { browse } = fn;
Put up a file requester. This only works when "has("browse")"
returns TRUE
(only in some GUI versions).
The input fields are:
{save} when TRUE
, select file to write
{title} title for the requester
{initdir} directory to start browsing in
{default} default file name
An empty string is returned when the "Cancel" button is hit,
something went wrong, or browsing is not possible.