Hi, what is recommended way to manipulate files on desktop native?
a
aleksey.tomin
10/18/2020, 6:06 PM
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)