diff --git a/app/src/processing/app/Platform.java b/app/src/processing/app/Platform.java index b4b07b2a7..5b16bd5ff 100644 --- a/app/src/processing/app/Platform.java +++ b/app/src/processing/app/Platform.java @@ -148,6 +148,7 @@ public class Platform { /** * Attempts to move to the Trash on OS X, or the Recycle Bin on Windows. + * Also tries to find a suitable Trash location on Linux. * If not possible, just deletes the file or folder instead. * @param file the folder or file to be removed/deleted * @return true if the folder was successfully removed