Document shell.moveItemToTrash return value

This commit is contained in:
Kevin Sawicki 2016-09-12 14:30:01 -07:00
parent 55eab8e385
commit 00d0887cab

View file

@ -46,6 +46,7 @@ application was available to open the URL, false otherwise.
* `fullPath` String
Move the given file to trash and returns a boolean status for the operation.
Returns true if the item was successfully moved to the trash, false otherwise.
### `shell.beep()`