How to check to see if UWP app has access to local filesystem through a c# program

Paul Ryan 321 Reputation points
2020-10-29T23:58:04.247+00:00

I am trying to figure out how to check to see if the app has access to the file system using a program

Universal Windows Platform (UWP)
{count} votes

Accepted answer
  1. Castorix31 84,471 Reputation points
    2020-10-30T12:40:18.23+00:00

    Globally, it is stored in the registry, at :

    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Castorix31 84,471 Reputation points
    2020-10-30T06:21:28.51+00:00

    You can see : File access permissions for different locations

    0 comments No comments

  2. Paul Ryan 321 Reputation points
    2020-10-30T12:17:24.747+00:00

    36279-image.png

    I am looking to see if I can see if the "AZURE" app has full access to the filesystem via a program , I can have the program open the window I believe that I cannot turn this off or on via a program

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.