From 00d0887cab1afb3a07ed5b73e5051c8ee1f2c305 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 12 Sep 2016 14:30:01 -0700 Subject: [PATCH] Document shell.moveItemToTrash return value --- docs/api/shell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api/shell.md b/docs/api/shell.md index 6271ae5b5f9e..8b916e488e1e 100644 --- a/docs/api/shell.md +++ b/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()`