Copy link to clipboard
Copied
Hi,
I created one sample .air application in adoble AIR 1.5, application save the .xml file in the application path. it's working fine in window's XP it's autometically save on application path without any error but if I try to install same application and run it in window 7 its not allow to save me .xml file at appllication path. please guide me for the same, it's a problem of window 7 security or I have to done some modification while creating .air file.
Regards
-Bechar
Copy link to clipboard
Copied
Hello Bechar,
Starting with Windows Vista, Microsoft now requires elevated administrative privileges to write to certain folder locations (the contents of Program Files being one of those). Instead of writing data to the application directory, we recommend that you instead use File.applicationStorageDirectory for preference like files. Please let me know if does not work for you.
Thanks,
Chris
Copy link to clipboard
Copied
Hi Chris,
I will try as per your instuction and let you know for the same, also thanks for your quick replay.
Regards
-Bechar