Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

native-file-dialog

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-file-dialog

node native file/floder dialog

  • 0.2.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

native-file-dialog

node native file/floder dialog.

基于rust的wfd crate封装的一个node可执行包,支持 Windows macOS,调用系统原生 文件/文件夹选择框。

只暴露两个function,用法非常清真。

Version Downloads/week License

Example

const nativeDialog = require('native-file-dialog')

const file_path = nativeDialog.file_dialog()
console.log(file_path) // path || UserCancelled

const folder_path = nativeDialog.folder_dialog()
console.log(folder_path) // path || UserCancelled

FAQs

Package last updated on 13 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc