Hi, I’m coming from a flash background (in fact using the apache flex sdk) and would like to check out some “haxe ways” to make thing work. Where do I look for this info?
First, I’d like to learn about file access. For flex/air I use the File class. Some of my issues:
- browse for file select
- list files in a folder
- run an executable file
- open and read/write files on disk
- search for some default system locations like user folder, desktop and so on
Then, I’d need to learn a way to mimic the native process class. Is there a way to do it on haxe, like staring a system process and keep watching and receiving its results?
Also, I’d love to learn how to work with sockets. On flex/air I use the SocketServer class a lot, how can I start a TCP server on haxe and keep wathing for connections?
Thank you a lot.