FolderBrowserDialog on .net core
Hello, is there a native alternative to FolderBrowserDialog in .net core 9 that is compatible with all platforms?
12 Replies
What framework? ..
And also no .. There's no direct API for that, you have to either use a library or create your own wrapper
Thanks
Well .net 9, I say it in my message
I meant UI Framework (if any)
If you do not know you can screenshot the IDE and I can tell what it is from the files
.net is a whole package of different things.
He mean what type of project you have i.e.: console, WPF, Avalonia, WinUI3 etc
depending on that you have a completely different reply
for example if u said WPF
in first place WPF is not crossplatform its windows only
Oh okay, it's a console app
Mhm.
Well, then it is as I said. You need to use a library or create a wrapper.
you might find a nuget that does the job but I am not aware of any
Do you have a lib to recommend to me?
I am not aware of any, no.
Use google
If not, I'm afraid making your own wrapper is the only way
a console app? that opens a GUI window?
please reconsider.
It's a windows api, I don't see why I couldn't use it
that is compatible with all platforms?obviously a windows API is not compatible with all platforms and also, why would a console app need to open GUI windows? thats just annoying