标签:private 文件夹 mlu direct class delete pat color blog
private void deleteFile() { if (Directory.Exists(strDelPath)) { DirectoryInfo dir = new DirectoryInfo(strDelPath); dir.Delete(true); } else { //如果此文件不存在则创建 Directory.CreateDirectory(strDelPath); } }
转载自 http://www.cnblogs.com/iamlucky/p/5997865.html
标签:private 文件夹 mlu direct class delete pat color blog
原文地址:http://www.cnblogs.com/wenqiang1266/p/7093098.html