Hi, guys? Is there any KMP library for file opera...
# multiplatform
w
Hi, guys? Is there any KMP library for file operating like create file/ delete file/ open file inputstream? If no, then may there KMP library for Desktop only(support MacOSX&Linux&Windows)?
g
Not sure about a library. You can possibly write your logic into
common
with
expect
and
actual
classes to forward the file operations into the targets (e.g.
<http://java.io|java.io>.File
)
🙂 1
w
@Giorgos Neokleous sadly, not familiar with other platform FILE API except java😢