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