-
Notifications
You must be signed in to change notification settings - Fork 426
Allow UWP apps to get hidden folders and files inside an accessible folder #360
Copy link
Copy link
Closed as not planned
Closed as not planned
Copy link
Labels
area-File accessTopics related to Microsoft.Windows.Storage.Pickers APIs for selecting files/folders etc.Topics related to Microsoft.Windows.Storage.Pickers APIs for selecting files/folders etc.feature proposal
Milestone
Description
Proposal: Allow UWP apps to get hidden folders and files inside an accessible folder
Today GetFileAsync and GetFolderAsync will not work for hidden files. Please provide a way to get them since some apps may need them.
Summary
Modify GetFileAsync and GetFolderAsync to return hidden item instead of file not found. GetFilesAsync, GetFoldersAsync, and search query would not get affected and should not return hidden items.
Rationale
- Apps that need access to specific hidden items can do now
Scope
| Capability | Priority |
|---|---|
| This proposal will allow developers to access hidden items only if they know the name | Must |
| This proposal will allow developers to enumerate all hidden items in a folder | Won't |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-File accessTopics related to Microsoft.Windows.Storage.Pickers APIs for selecting files/folders etc.Topics related to Microsoft.Windows.Storage.Pickers APIs for selecting files/folders etc.feature proposal