Package ffx.utilities
Class DirectoryUtils
java.lang.Object
ffx.utilities.DirectoryUtils
DirectoryUtils class.
- Since:
- 1.0
- Author:
- Michael J. Schnieders
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
deleteDirectoryTree
(Path path) Recursively delete the contents of a directory.
-
Method Details
-
deleteDirectoryTree
Recursively delete the contents of a directory.- Parameters:
path
- aPath
object.- Throws:
IOException
- Thrown if deletion fails.
-