mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Return boolean from shell.showItemInFolder
This commit is contained in:
@@ -20,7 +20,8 @@ The `shell` module has the following methods:
|
||||
|
||||
* `fullPath` String
|
||||
|
||||
Show the given file in a file manager. If possible, select the file.
|
||||
Show the given file in a file manager. If possible, select the file. Returns
|
||||
true if the item was successfully shown, false otherwse.
|
||||
|
||||
### `shell.openItem(fullPath)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user