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
Giorgos Neokleous
07/24/2020, 8:06 AM
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
wuseal
07/24/2020, 8:15 AM
@Giorgos Neokleous sadly, not familiar with other platform FILE API except java😢