该文被密码保护。 阅读全文
摘要:
/// <summary> /// 打开图片,仅支持jpg /// </summary> private Image OpenImage(string imagePath) { if (!File.Exists(imagePath)) { return null; } string extensio 阅读全文
摘要:
//FolderBrowserDialog pDialog = new FolderBrowserDialog(); //pDialog.ShowNewFolderButton = false; //pDialog.Description = "请选择输出点要素类路径"; //if (pDialog 阅读全文
摘要:
//建立以个text文档 //获取路径 //bin文件路径获取 mDownloadLasTextPath = Application.StartupPath + "\\DownLoadLasText.txt"; string mDownLoadLasText = File.ReadAllText(m 阅读全文
摘要:
if (Directory.Exists(Path))//以判断路径是否存在的方法判断文件夹是否存在 //if (File.Exists(pPath)) //判断文件是否存在 { MessageBox.Show("文件夹已存在,请填写不重复的文件夹名称!", "提示"); return; } els 阅读全文
该文被密码保护。 阅读全文