Replies: 1 comment
-
Separate; looking at the PR of your mentioned issue, it changes code for OSX specifically, not Windows. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On Windows 10, avalonia 11.2.3 (nuget), when using StorageProvider.OpenFilePickerAsync (options) and picking a file with a space in the name, the resulting file name ( result[0].Path.AbsolutePath ) is the file with the %20 encoded into it (eg my%20file.txt) instead of having a space, requiring Uri.UnescapeDataString to make it work with File.Exists
I just wanted to ask if this is fixed in the upcoming version, as I've located a recent issue that is very similar ( #17987 ) or is a separate bug.
Beta Was this translation helpful? Give feedback.
All reactions