0

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.

2 Answers2

2

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

Alamakanambra
  • 5,845
  • 3
  • 36
  • 43
0

If you want to carry data of a smaller amount, you can use the System Environment Variable. You can set and get the value added in the Environmental variable from KIOSK mode.