microsoft / microsoft/WindowsAppSDK
Extend the file picker contract to File Explorer
- Dominant language
- C++
- Stars
- 4.7k
- Forks
- 471
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 28
Description
# Proposal: Extend the file picker contract to File Explorer
Today Windows provides the file picker contract so users can pick a file provided by an app directly without saving it locally first. I think it will be more powerful if it was extended to File Explorer - that is instead of just picking from apps in a file picker, you should also be able to access files provided by apps through the File Explorer.
## Summary
Unlike the past, users have data stored in many places. Cloud storage services such as OneDrive do integrate pretty well with the file system with sync clients however this works for them since they use a flat folder hierarchy of files similar to your real file system however they can't do more. For example, OneDrive sync client will only sync your own files and for files shared by others, you need to open the website or the PWA available on the Store to seem. This is due to the fact that when a file is shared, you don't get access to the actual file system hierarchy but simply the contents of the file. This can also be problematic for apps with their own cloud server specifically for them. One example might be Figma, where the files are available in their cloud but you don't get access to the actual filesystem hierarchy so can't sync them or use them like normal files. These kinds of apps and services can benefit if they could integrate with the File Explorer easily and efficiently and will also improve the overall user experience.
## Rationale
* Richer experience for users
* More flexibility for developers
## Scope
| Capability | Priority |
| :---------- | :------- |
| This proposal will allow developers to display content inside their app right within File Explorer in a secure way | Must |
| This proposal will allow end users to browse all their content within File Explorer| Should |
## Important Notes
The feature should be heavily brokered and should be done through package identity rather than what we have today with cloud service sync clients. Also the app's process shouldn't run all the time in the background as long as the user access the content and if there's sometime to sync, it should use the UWP background task model. Most of the content don't need to be downloaded or synced locally, just a shortcut to open them in their app is enough.
Contributor guide
No contributing guide indexed for this repository
Research direction
No implementation files, tests, or entry points are named. Start by reviewing the Windows file picker contract, File Explorer integration, package identity, and UWP background task requirements described in the proposal. The issue needs a defined API and implementation scope before completion can be verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop, operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100