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