FileManager
Functions
Link copied to clipboard
Creates a directory at the path identified by dir, and any enclosing parent path directories, recursively.
Link copied to clipboard
Creates a directory at the path identified by dir.
Link copied to clipboard
Recursively deletes all children of fileOrDirectory if it is a directory, then deletes fileOrDirectory itself.
Link copied to clipboard
abstract fun findFilesToProcess(from: Path, recursive: Boolean, maxDepth: Int?, exclude: Regex?): List<Path>
Finds SVG or XML files to process within a given directory.
Link copied to clipboard
Link copied to clipboard
Read the content of file