Using Java's File.delete() method

前端 未结 4 1726
终归单人心
终归单人心 2020-12-21 12:18

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

4条回答
  •  臣服心动
    2020-12-21 12:44

    Calling File.delete() permanently removes the file, without going into the recycling bin or anything similar.

提交回复
热议问题