Replies: 1 comment
|
We should really be handling this in Dioxus but you will want to lean on https://github.com/saurvs/nfd-rs or another crate to spawn a native dialog. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I need a file picker for my desktop app so I tried to use a file input, but the path it returns is
C:\fakepath\foolike you'd get from a browser, is there a way to get the actual path of selected things?All reactions