摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace TestFile{ class MyFile { public Boolean checkFile(string path) { if (System.IO.File.Exists(@path)) { Console.WriteLine("文件存在"); ... 阅读全文
posted @ 2013-10-28 23:38 cart55free99 阅读(251) 评论(0) 推荐(0) 编辑