Storage Bookmarks #1548
Closed
scottkuhl
started this conversation in
New Feature Discussions
Replies: 2 comments 1 reply
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 where it was agreed that New Features need to get above 7 upvotes within 6 months to progress to being reviewed by the maintainers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@scottkuhl I would really love this as well, though I am late to the party, it seems. Did you happen to figure out a solution? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For my cross-platform .NET MAUI desktop application I want the user to pick a location to save their data, ideally with them picking a folder that is synchronized to the cloud for backup, like OneDrive.
The application will let them open files from any folder and retain a link to it to open it again in the future.
So over time I need to re-open data files stored in a given folder and re-open files that can be scattered across the file system.
For this I would use the .NET MAUI Community Toolkit FolderPicker, FileSaver and built in FilePicker.
It is my understanding that the folder and file permissions granted to the application do not persist across application sessions.
It seems the way to do this in a sandbox is by using Bookmarks. See Avalonia's feature here: https://docs.avaloniaui.net/docs/next/concepts/services/storage-provider/bookmarks
Beta Was this translation helpful? Give feedback.
All reactions