Is there any mpp library for file io (create files...
# multiplatform
s
Is there any mpp library for file io (create files, directories, etc)? https://github.com/Kotlin/kotlinx-io seems to be not in active development. Any alternatives?
c
okio has a new experimental filesystem https://square.github.io/okio/multiplatform/
šŸ™ 1
e
I don't believe okio.filesystem exists for K/N yet. but K/JS is there in 3.0-alpha.*
that information may be outdated… I don't think okio had K/N filesystem when I last looked, but at least looking at the codebase it does seem to have something now. give it a shot I guess?