Return boolean from shell.showItemInFolder

This commit is contained in:
Kevin Sawicki 2016-09-12 14:22:29 -07:00
parent 05043432dd
commit 72558654ef
5 changed files with 38 additions and 37 deletions

View file

@ -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)`