We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FileUtils.isFileExists(File("$path$fileName")) 判断不生效
if (FileUtils.isFileExists(File("$path$fileName"))) { L.warn(TAG, "文件已存在 fileName=$fileName") return } 该文件存在,if没有被return