Class FileUtil
java.lang.Object
com.webfirmframework.wffweb.util.FileUtil
- Since:
- 3.0.18
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanremoveDirRecursively(String basePath, String... more) Deletes the basePath directory even if it is not empty.static booleanremoveDirRecursivelyByWalk(String basePath, String... more) Deletes the basePath directory even if it is not empty.
-
Method Details
-
removeDirRecursively
-
removeDirRecursivelyByWalk
-