toggle menu
KAHelpers
androidJvm
switch theme
search in API
file
/
dev.funkymuse.file
/
saveFile
save
File
fun
saveFile
(
fullPath
:
String
,
content
:
String
)
:
File
inline
fun
File
.
saveFile
(
runBlockIfOk
:
(
)
->
Unit
,
runBlockIfFail
:
(
)
->
Unit
,
useMkdirsIfNotExistSynchronized
:
Boolean
)