KotPreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KotPreferences
keyvalue
/
com.michaelflisar.kotpreferences.storage.keyvalue
/
FileUtil
File
Util
object
FileUtil
Members
Functions
exists
Link copied to clipboard
fun
exists
(
filePath
:
Path
)
:
Boolean
read
File
Link copied to clipboard
fun
readFile
(
filePath
:
Path
)
:
String
write
File
Link copied to clipboard
suspend
fun
writeFile
(
filePath
:
Path
,
content
:
String
)