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.
Your only hope is broadFileSystemAccess. Also, this answer could be useful.