fs-dialog

1.0.1 • Public • Published

fs-dialog

platform npm version Dependency Status

Native crossplatform filesystem dialogs support for Node.js (synchronous).

Install

npm i fs-dialog

Usage

import dialog from "fs-dialog"

Open dialog with specified title:

dialog.folder(title); //or
dialog.file(title);

Returns string path to file or folder.

Readme

Keywords

none

Package Sidebar

Install

npm i fs-dialog

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

3.98 kB

Total Files

5

Last publish

Collaborators

  • mihael-stormrage