摘要: //选择文件夹 FolderBrowserDialog dia = new FolderBrowserDialog(); if (dia.ShowDialog() == System.Windows.Forms.DialogResult.OK) { string filePath = dia.Sel 阅读全文
posted @ 2016-10-22 09:40 DBing 阅读(8116) 评论(0) 推荐(0)