static fun deleteRecursively(directory: Path): Unit
Delete a directory and all files contained within it.
directory - The directory to delete.
directory
IOException - If an I/O error occurs.
IOException