Unexpected `file://` prepended to `PathBuf` returned from `show_open_single_dir()`
theRookieCoder opened this issue · comments
Ilesh Thiada commented
The function FileDialog.show_open_single_dir()
prepends "file://"
to the PathBuf
returned. This doesn't make any sense because a directory should be returned
Platform: macOS
Balthild commented
Which OS do you use?
Ilesh Thiada commented
macOS. Apologies for not providing it earlier
Balthild commented
I've tested just now, and find that all show_*
methods on FileDialog return paths starts with file://
. This behavior does not appear when I wrote this crate. Seems that it's macOS update that causes this issue.
Balthild commented
Should be fixed in v0.5.8