Hello guys,
I'm making an app with OpenFL + Haxe. It will target windows + flash probably (but not necessary, may be flash as AIR-app if windows version fails). Currently I develop and test UI as flash-app.
The app would have to work with filesystem, read and save files, pack a zip-archive etc.
What would be the best practice here?
I see that OpenFL has openfl.filesystem.File class. I also see there's
sys.io package in Haxe.There are some other libs.
I'm confused and would like to ask anyone with the experience to give me any adive here.
Thank you.