mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-09-19 01:58:10 +08:00
修复:删除文件时,也删除文件夹
This commit is contained in:
@@ -70,6 +70,7 @@ public class DeleteFileUtil {
|
||||
break;
|
||||
}
|
||||
}
|
||||
dirFile.delete();
|
||||
if (!flag) {
|
||||
LOGGER.info("删除目录失败!");
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user