actionscript 3 - Check Folder as Write access,Air app ,Flex -
How can I write applications in the air to write folders in my application? I need to test that folder as a permission to write ...
var file: file = file. Desktop Directory Posts ("TxtFolder / DataFile.txt");
I have to check "TxtFolder" write permission ...? Before saving the file (DataFile.txt) .. How can I do this in Flex Air
Thanks in advance ...
You can handle the event that is dispatch when you do not have permission to write in the directory.
Comments
Post a Comment