摘要:
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("文件存在"); ... 阅读全文