Share via

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

Paul Ryan 331 Reputation points
Oct 29, 2020, 11:58 PM

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 88,061 Reputation points
    Oct 30, 2020, 12:40 PM

    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 88,061 Reputation points
    Oct 30, 2020, 6:21 AM

    You can see : File access permissions for different locations

    0 comments No comments

  2. Paul Ryan 331 Reputation points
    Oct 30, 2020, 12:17 PM

    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.