Application.persistantDataPath location

Where is Application.persistantDataPath stored on apps downloaded from the Windows Store. I had assumed it was at the following location:
C:\Users\username\AppData\LocalLow\CompanyName\AppName

But I’m getting reports of it not being there. Where is it? It doesn’t say on the docs either.

No, the path is \AppData\Local\Packages<productname>\LocalState, you can simply check it by printing this path with Debug.Log