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