Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/dialog/terminal/file/mac.ts>macPickFile

A JavaScript extension package for building strong and modern applications.
Latest
function macPickFile
import { macPickFile } from "https://deno.land/x/ayonli_jsext@v0.9.72/dialog/terminal/file/mac.ts";

Parameters

optional
title = [UNSUPPORTED]
optional
options: { type?: string | undefined; forSave?: boolean | undefined; defaultName?: string | undefined; } = [UNSUPPORTED]

Returns

Promise<string | null>