Companion

object Companion

Functions

Link copied to clipboard
fun readOnly(root: String, fileContentTransformers: List<StringTransformer> = emptyList()): FileReadTools

Create a FileReadTools instance with the given root directory.

Link copied to clipboard
fun readWrite(root: String, fileContentTransformers: List<StringTransformer> = emptyList()): FileTools

Create a readwrite FileTools instance with the given root directory.