新建: 删除: 文本写入: 浏览/打开文件: Read More
posted @ 2018-03-23 11:28 小白一枚丶 Views(850) Comments(0) Diggs(0)
1 using System; 2 using System.IO; 3 4 namespace DeleteLastWeek 5 { 6 public class Program 7 { 8 //获取执行程序目录 9 static string sPath = System.Reflection.Assembly.GetCal... Read More
posted @ 2018-03-23 11:23 小白一枚丶 Views(474) Comments(0) Diggs(0)