Closed
Description
Describe the bug
SaveFilePickerAsync select overwritefile, return result is null
To Reproduce
var result = await storageProvider.SaveFilePickerAsync(new FilePickerSaveOptions
{
Title = "保存文件",
SuggestedFileName = fileName
});
return result?.Path.AbsolutePath ?? "";
Expected behavior
No response
Avalonia version
11.2.3
OS
Windows
Additional context
No response