修复:删除文件时,也删除文件夹

pull/13/head
陈精华 2020-05-14 09:45:36 +08:00 committed by kl
parent fde31cb327
commit a21f35c2b0
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public class DeleteFileUtil {
break;
}
}
dirFile.delete();
if (!flag) {
LOGGER.info("删除目录失败!");
return false;