摘要: 文件操作File类,FileInfo类.using System.IO命名空间(一)创建方法一:1 private string path = @"F:\Text\aaa.txt";2 private void CreateFile_Click(object send... 阅读全文
posted @ 2015-07-24 09:12 北极熊爱吃鱼 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 一、文件夹操作Directory类,DirectoryInfo类.使用using System.IO命名空间(一)创建文件夹方法一:1 private string path = @"F:\Text\ceshi";2 private void Create_Click... 阅读全文
posted @ 2015-07-24 09:10 北极熊爱吃鱼 阅读(177) 评论(0) 推荐(0) 编辑