if (fbdDirectory.ShowDialog() == DialogResult.OK)
            {
                txtDirectory.Text = fbdDirectory.SelectedPath;
            }
这样可以实现选择文件夹,FolderBrowserDialog控件可以实现选择文件吗?