Package com._1c.g5.v8.bm.integration
Class TestFileUtil
- java.lang.Object
-
- com._1c.g5.v8.bm.integration.TestFileUtil
-
public final class TestFileUtil extends Object
Test file utitlities.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deleteDirectory(Path path)
Deletes directory along with all its contents.
-
-
-
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 benull
;- Throws:
IOException
- if any I/O error occurs.
-
-