Class TestFileUtil


  • public final class TestFileUtil
    extends Object
    Test file utitlities.
    • Method Detail

      • deleteDirectory

        public static void deleteDirectory​(Path path)
                                    throws IOException
        Deletes directory along with all its contents.
        Parameters:
        path - The directory path. May not be null;
        Throws:
        IOException - if any I/O error occurs.