8000 GitHub - MaxGfeller/nw-open-file: Open a file dialog from node-webkit only in js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MaxGfeller/nw-open-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nw-open-file

Easily open a file from a node-webkit application.

Usage

var open = require('nw-open-file')

open(function(filename) {
    console.log(filename)
})

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

About

Open a file dialog from node-webkit only in js

Resources

Stars

Watchers

Forks

Packages

No packages published
0