everyone.I’m just confused that how could i select a folder with the SaveFileDialog.Is there any way to customize the SaveFileDialog to allow select a folder?Looking forward to your suggestion.
everyone.I’m just confused that how could i select a folder with the SaveFileDialog.Is there
Share
Use FolderBrowserDialog instead of SaveFileDialog.
Example from MSDN.