Blankj / AndroidUtilCode

:fire: Android developers should collect the following utils(updating).
https://blankj.com/2016/07/31/android-utils-code/
Apache License 2.0
33.32k stars 10.69k forks source link

FileUtils.isFileExists 在 Galaxy Note4 6.0.1 不生效 #1807

Open zhangnin opened 5 months ago

zhangnin commented 5 months ago

描述 Bug

FileUtils.isFileExists(File("$path$fileName")) 判断不生效

相关代码

if (FileUtils.isFileExists(File("$path$fileName"))) { L.warn(TAG, "文件已存在 fileName=$fileName") return } 该文件存在,if没有被return