@morphosis/capacitor-open-folder
v0.0.2
Published
allows access to a folder structure
Downloads
2
Readme
open-folder
allows access to a folder structure
Install
npm install open-folder
npx cap sync
API
pick(...)
pick(options: { defaultPath: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------------- |
| options
| { defaultPath: string; } |
Returns: Promise<{ value: string; }>