PersistantDataPath equivalent on Windows Phone 8

Hi,

I’m facing a problem with loading a png file on native side of the app.
The game I have has a Lens App built in to it. The Lens app should be using an image generated during a gameplay and saved out in Unity3d to persistent data path. The problem I’m facing is that I now need to load up the saved out png to an Image object in xaml. The problem is that I can’t find a way to open the file.
My question is where persistent data path saves the image and how I can open the file in native wp8?

Hi,

it’s saved in the application isolated datastore.

The image should be saved in the phone’s isolated storage. In order to locate this folder on your phone you can use the designated explorer tool found in Microsoft SDKs/Windows Phone. Perhaps this page might provide some insight into using the Microsoft Isolated Storage tool.