标签:path name asi dial str tor 项目 class nbsp
首先对项目添加名为Microsoft.VisualBasic.dll的引用,然后添加命名空间
using Microsoft.VisualBasic.FileIO; usingSystem; namespaceleaver { classProgram { staticvoidMain(string[]args) { stringfilepath="leaver.txt"; FileSystem.DeleteFile(filepath,UIOption.OnlyErrorDialogs,RecycleOption.SendToRecycleBin); Console.WriteLine("删除文件完成"); } } }
标签:path name asi dial str tor 项目 class nbsp
原文地址:http://www.cnblogs.com/testsec/p/6102576.html