nw-open-dir

1.0.2 • Public • Published

nw-open-dir

Easily open a directory from a node-webkit application.

Usage

var open = require('nw-open-dir')
 
open(function(dir) {
    console.log(dir)
})

Attention: When the user closes the file dialog without selecting a file, the callback does not fire.

/nw-open-dir/

    Package Sidebar

    Install

    npm i nw-open-dir

    Weekly Downloads

    2

    Version

    1.0.2

    License

    ISC

    Last publish

    Collaborators

    • maxgfeller