摘要: C#常用文件操作在 System.IO 命名类库中有:File、Directory; 一、 1、文件(File) 操作: 文件创建:File.Create(filePath); 在指定路径中创建或覆盖文件 文件删除:File.Delete(filePath); 判断文件是否存在:File.Exist 阅读全文
posted @ 2020-02-29 23:36 天為 阅读(1195) 评论(0) 推荐(0)