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

前端 未结 2 626
耶瑟儿~
耶瑟儿~ 2021-01-29 06:07

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 th

2条回答
  •  礼貌的吻别
    2021-01-29 06:52

    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.

提交回复
热议问题