FolderBrowserDialog path = new FolderBrowserDialog();
path.ShowDialog();
MessageBox.Show(path.SelectedPath);

相关文章: