Is there a way to get the URI of you IsolatedStore?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
If you mean the physical location to the IsolatedStorage within the file system, I believe the answer is no. You can, however, get a reference to the IsolatedStorageFile for your application using:
... and then you can iterate through all of the files within that container:
If you can give a little more information about what it is you're actually trying to achieve then perhaps we could suggest a suitable workaround? Hope this helps. |
|||||
|