Hi, what is recommended way to manipulate files on...
# kotlin-native
g
Hi, what is recommended way to manipulate files on desktop native?
a
for mac and linux - platform.posix.fopen, fputs etc for windows - platform.windows.CreateFileW, WriteFile etc (posix in windows can’t work with path with unicode names)