C
C#2mo ago
Kiriox

FolderBrowserDialog on .net core

Hello, is there a native alternative to FolderBrowserDialog in .net core 9 that is compatible with all platforms?
12 Replies
Buddy
Buddy2mo ago
What framework? .. And also no .. There's no direct API for that, you have to either use a library or create your own wrapper
Kiriox
KirioxOP2mo ago
Thanks Well .net 9, I say it in my message
Buddy
Buddy2mo ago
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
leowest
leowest2mo ago
.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
Kiriox
KirioxOP2mo ago
Oh okay, it's a console app
Buddy
Buddy2mo ago
Mhm. Well, then it is as I said. You need to use a library or create a wrapper.
leowest
leowest2mo ago
you might find a nuget that does the job but I am not aware of any
Kiriox
KirioxOP2mo ago
Do you have a lib to recommend to me?
Buddy
Buddy2mo ago
I am not aware of any, no. Use google If not, I'm afraid making your own wrapper is the only way
Pobiega
Pobiega2mo ago
a console app? that opens a GUI window? please reconsider.
Kiriox
KirioxOP2mo ago
It's a windows api, I don't see why I couldn't use it
Pobiega
Pobiega2mo ago
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

Did you find this page helpful?