摘要:
需要引用using System.IO; string path = HttpContext.Current.Server.MapPath("/WebApplication1/news/"); DirectoryInfo fileinfo=new DirectoryInfo(path); FileInfo[] filename=fileinfo.GetFiles(); for(i... 阅读全文
摘要:
private void Copy() { string aimpath=@"C:\Documents and Settings\Administrator\「开始」菜单\程序\启动\Shut_Explorer.exe"; // string path = System.IO.Directory.GetCurrentDirectory()+"\\Shut_Explorer.exe"; /... 阅读全文