使用此代码
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类。