Forum Discussion
Pollewops
Dec 29, 2022Iron Contributor
Redirect files to local %localappdata% folder
I created a MSIX application without using PSF and using any FRF or so. Now when the application creates data it is being stored in %localappdata%\Packages\Application_GUID\LocalCache\Local\Appl\F...
- Jan 02, 2023
Since nobody replies and probably have any clue to fix this, I tried myself something. When configuring my path from %localappdata% to %userprofile%, i moved the data content out of the APPDATA folder and then it will be stored locally and not redirected....woohoo an acceptable solution for me.
AdamBu
Jan 03, 2023Copper Contributor
Hi
My replay somehow didn't show up.
You can choose another solution. You can disable File system virtualization.
Please check this manifest setting
https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-desktop6-filesystemwritevirtualization
My replay somehow didn't show up.
You can choose another solution. You can disable File system virtualization.
Please check this manifest setting
https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-desktop6-filesystemwritevirtualization