@pksung1/folder-opener
v0.0.6
Published
Capacitor Folder Opener. The plugin is able to open a folder containing a specified file.
Maintainers
Readme
Capacitor Folder Opener
A Capacitor plugin that allows you to open folders containing a specified file in the device's file system.
Install
npm install pksung1/folder-opener
npx cap syncAPI
open(...)
open(options: FolderOpenerOptions) => Promise<void>Method to open the folder containing the specified file.
| Param | Type |
| ------------- | ------------------------------------------------------------------- |
| options | FolderOpenerOptions |
Since: 1.0.0
Interfaces
FolderOpenerOptions
folder open method options
| Prop | Type | Description | Since |
| -------------- | ------------------- | ---------------------------------------------------------------- | ----- |
| filePath | string | file path - the plugin will open the folder containing this file | 1.0.0 |
