Skip to content

Allow UWP apps to get hidden folders and files inside an accessible folder #360

@jaigak

Description

@jaigak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-File accessTopics related to Microsoft.Windows.Storage.Pickers APIs for selecting files/folders etc.feature proposal

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions