I want to generate a class (.AS) file and want to store it from the AIR-App on the desktop.
Can any best practice method describe?
Many thx and best regards ...
Anything on the desktop Instead of trying to store; You can use the user directory attribute of the file class on it on the user's storage directory.
The second way would be to store your file in the application's directory with the attribute.
Using either of these two methods will I consider a best practice? Trying to store other places is not something I would recommend, as @arusiffer said There may be sandbox problems that prevent you from accessing those other directories
Comments
Post a Comment