Skip to main content
Inspiring
August 10, 2011
Question

Location of AIR SharedObjects on Disk

  • August 10, 2011
  • 1 reply
  • 5445 views

Flash CS5.5

AIR 2.7.1

Windows 7

Normally, shared objects are stored here:

C:\Users\<UserName>\AppData\Roaming\Macromedia\Flash Player\#SharedObjects\<RandomChars>\

But in the AIR for iOS app I'm creating, the shared object is not showing up when I search this directory. It's not showing up anywhere.

I'd like to be able to inspect the .sol file. Am I SOL?

This topic has been closed for replies.

1 reply

random_1_Author
Inspiring
August 10, 2011

It's within File.applicationStorageDirectory:

C:\Users\<UserName>\AppData\Roaming\<AppName (with spaces replaced by hyphens)>\Local Store\#SharedObjects\

Participating Frequently
August 11, 2011

On the iOS device, it is located at /Apps//

Thanks,

Sanika