-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT PR] Storage Pickers Prototype PR for Dicussion #4942
base: user/xianghong/storage-pickers-develop
Are you sure you want to change the base?
[DRAFT PR] Storage Pickers Prototype PR for Dicussion #4942
Conversation
…estedSaveFile/Name functionalities
@Hong-Xiang please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
…4945) Creating new API Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync
{ | ||
m_settingsIdentifier = value; | ||
} | ||
winrt::Microsoft::Storage::Pickers::PickerLocationId FileOpenPicker::SuggestedStartLocation() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a WinUI 3 developer, I would appreciate it if we could provide any file path here. I understand that the goal is to keep it similar to the WinRT API, but the COM file picker doesn't have this limitation.
Maybe by adding an additional SuggestedStartLocationDirectory
that takes precedence if not set to null.
A file/folder picker that works for both packaged and unpackaged apps, elevated as admin or not, and inside an AppContainer or not ... that would be a dream come true. Finally a chance to fix the current mess in the Windows App SDK. |
NOTE This is a draft PR for discussion, not for code review for production