PlatformProvider
Inherited properties
Inherited 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
Get a map of all environment variables.
Link copied to clipboard
Get a map of all JVM system properties.
Link copied to clipboard
Get a system property (on supported platforms)
Link copied to clipboard
Read the contents of a file as a String or return null on any error.
Link copied to clipboard