Hi guys, How can I create a file/folder on mac? I'm trying to save things use INI obj.
I am in my friend's game project but I do not have a mac to do the test. I've tried to use File obj to Apppath$+"newFolder"
and set INI file as
Apppath$+"newFolder"+"\save.ini"
and write something save in the ini file.
Then use the Mac Export Module build a ".zip" file(Mac OS choose the Mac app), and send it to my friend.
But my friend said he got nothing created.