LocalAppData folder real and virtualized paths

Viewed 575

LocalAppData is virtualized for app converted by Desktop App Converter.

E.g. "real" LocalAppData location is:

C:\Users\user\AppData\Local

While virtualized LocalAppData location is something like:

C:\Users\user\AppData\Local\Packages\MyApp_z4vxg0xscex6e\LocalCache\Local

Questions:

  1. Is there a way to get the path to virtualized folder from DAC converted app (i.e. second "version")?
  2. Is there a way to access non-virtualized LocalAppData folder from DAC converted app?
2 Answers
Related