摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;namespace ConsoleApplication2{ class Program { static void Main(string[] args) { FileInfo test; try { test = new FileInfo(@"D:/test.txt"); ... 阅读全文
posted @ 2013-09-05 08:52 yufenghou 阅读(2262) 评论(0) 推荐(0)