how to write a file to File.applicationDirectory in flex. i am getting security filewrite resource error.
A:
You can't use File.applicationDirectory in pure flex , it is ment to be used only in air applications. in flex you can use Filereference.save() which opens a dialog box where user can select the folder to save the file in.
Eran
2009-12-28 06:53:01
+1
A:
Check out:
http://stackoverflow.com/questions/1760893/how-can-you-delete-a-file-in-the-application-directory
James Ward
2009-12-28 11:03:13