gpt4 book ai didi

java - Java可以删除到回收站吗?

转载 作者:IT老高 更新时间:2023-10-28 21:08:22 25 4
gpt4 key购买 nike

Java 是这里的关键。我需要能够删除文件,但用户希望能够从回收站中“取消删除”。据我所知,这是不可能的。有谁知道吗?

最佳答案

十年后,Java 9 终于有了一种将文件移动到垃圾箱的内置方法

java.awt.Desktop.moveToTrash(java.io.File) :

public boolean moveToTrash​(File file)

Moves the specified file to the trash.

Parameters:

file - the file

Returns:

returns true if successfully moved the file to the trash.

可以使用Desktop.isSupported​(Desktop.Action.MOVE_TO_TRASH)测试此功能对底层平台的可用性。

关于java - Java可以删除到回收站吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/222463/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com