清除android的存档位

时间:2014-07-30 11:21:02

标签: java android cordova filesystems

在读取文件时,如何使用java为Android应用程序清除文件存档位。

我找到了一个例如Windows但我不知道如何使用它来安装Android

File theFile = new File("c:/foobar.txt");
Path file = theFile.toPath();
Files.setAttribute(file, "dos:archive", false);

0 个答案:

没有答案