Package ffx.utilities

Class DirectoryUtils

java.lang.Object
ffx.utilities.DirectoryUtils

public class DirectoryUtils extends Object
DirectoryUtils class.
Since:
1.0
Author:
Michael J. Schnieders
  • Method Details

    • deleteDirectoryTree

      public static void deleteDirectoryTree(Path path) throws IOException
      Recursively delete the contents of a directory.
      Parameters:
      path - a Path object.
      Throws:
      IOException - Thrown if deletion fails.