I am currently On my MVVM side. I've developed the "OpenFileDialog" side. Now I am trying to do the opposite. Which is "FolderBrowserDialog" side. But Just trying to Initiate it doesn't work.
FolderBrowserDialog folder = new FolderBrowserDialog()
"Cannot resolve FolderBrowserDialog symbol in other words.
May I ask if there's a certain library I have to bring in to fix this?