08 2014 档案

摘要:61.文件夹移动到整合操作 FolderDialog aa = new FolderDialog(); aa.DisplayDialog(); if (aa.Path != "") { string filename = Path.GetFileName(%%1); string path=(aa.... 阅读全文
posted @ 2014-08-13 09:36 二刀 阅读(336) 评论(0) 推荐(0)
摘要:1.创建文件夹//using System.IO;Directory.CreateDirectory(%%1);2.创建文件//using System.IO;File.Create(%%1);3.删除文件//using System.IO;File.Delete(%%1);4.删除文件夹//usi... 阅读全文
posted @ 2014-08-13 09:35 二刀 阅读(1977) 评论(0) 推荐(0)
摘要:1、从各种渠道下载Visual Assist安装程序及破解补丁。2、在路径(Win7):C:\Users\UserName\AppData\Local\Microsoft\VisualStudio\10.0\Extensions\Whole Tomato Software\Visual Assist... 阅读全文
posted @ 2014-08-05 09:47 二刀 阅读(1712) 评论(0) 推荐(0)