Class FileUtil

java.lang.Object
com.webfirmframework.wffweb.util.FileUtil

public class FileUtil extends Object
Since:
3.0.18
  • Method Details

    • removeDirRecursively

      public static final boolean removeDirRecursively(String basePath, String... more)
      Deletes the basePath directory even if it is not empty.
      Parameters:
      basePath -
      more - sub-directories
      Returns:
      true if the basePath directory is deleted
      Since:
      3.0.18