When I used the File.delete() method to delete a file, where is the deleted file? I am using a Mac and I don\'t see the file in the Trash. I want to know where
File.delete()
Calling File.delete() permanently removes the file, without going into the recycling bin or anything similar.