Toolbox
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Toolbox
core
/
com.michaelflisar.toolbox.utils
/
FileUtil
File
Util
android
object
FileUtil
Members
Functions
copy
File
Link copied to clipboard
android
fun
copyFile
(
openFrom
:
(
)
->
InputStream
,
outFile
:
File
)
:
Boolean
create
File
Link copied to clipboard
android
fun
createFile
(
file
:
File
,
content
:
String
?
)
save
String
As
File
Link copied to clipboard
android
fun
saveStringAsFile
(
file
:
File
?
,
content
:
String
?
,
encoding
:
String
?
=
null
)
:
Boolean