标签: 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);