Browse Source

Document shell.moveItemToTrash return value

Kevin Sawicki 8 years ago
parent
commit
00d0887cab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/api/shell.md

+ 1 - 0
docs/api/shell.md

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