Search code examples
c#xamarin.formsuwpkioskkiosk-mode

Is it possible to access ProgramData folder from UWP without file picker?


Can anyone share your ideas of accessing the custom paths like program data folder in the C drive from UWP application??

I am getting an access denied while accessing this path. Any special capabilities that I have to add to the AppManifest.

Basically I need to access this folder from the a KIOSK where.i have a specific file which is to be reused for KIOSK mode in UWP.


Solution

  • Your only hope is broadFileSystemAccess. Also, this answer could be useful.