FileUtil

object FileUtil

Functions

Link copied to clipboard
fun exists(filePath: Path): Boolean
Link copied to clipboard
fun readFile(filePath: Path): String
Link copied to clipboard
suspend fun writeFile(filePath: Path, content: String)