file.exists()返回true,但不存在

时间:2016-12-20 07:59:33

标签: java android

使用此代码

new File(this.getExternalFilesDir("APP NAME").getPath()).exists())

this.getExternalFilesDir("APP NAME").getPath()).exists()

总是返回true,尽管我确定该文件不存在。这有什么问题?

我的问题与此Why does 'File.exists' return true, even though 'Files.exists' in the NIO 'Files' class returns false不同,因为android文件系统并不依赖于nio.files类。

0 个答案:

没有答案