Filesystem
Properties
Functions
Link copied to clipboard
open fun atomicMove(source: String, destination: String, mustExist: Boolean = true, overwrite: Boolean = false)
Atomically move a file from source to destination.
Link copied to clipboard
Check if a file exists at the path.
Link copied to clipboard
Read the contents of a file as a String or return null on any error.
Link copied to clipboard