toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
Vfs
/
put
put
open
suspend
fun
put
(
path
:
String
,
content
:
AsyncInputStream
,
attributes
:
List
<
Vfs.Attribute
>
=
listOf()
)
:
Long
suspend
fun
put
(
path
:
String
,
content
:
ByteArray
,
attributes
:
List
<
Vfs.Attribute
>
=
listOf()
)
:
Long