.NET MAUI provides a FilePicker to show a native Dialog where you can pick a file from the device.
Is there a way to show a dialog for saving files? (where you can select a path and enter an filename, ...).
I didn't find anything in the .NET MAUI doc and read this StackOverflow question to implement a FolderPicker, but this is not exactly what I need.