PM们必备的,代码批量提取,整理 小工具。

 

文件夹里面所有可读文本文件,读出来,写到一个新文件中。

具体的也没什么好说的。就是你需要把大量的文件夹下面的代码,写到文档中。用我这个就好了。自己改改就行。看看注释就能改了。

缺点在于界面不友好。写得比较死。呵呵。

 

 1using System;
 2using System.Data;
 3using System.Configuration;
 4using System.Web;
 5using System.Runtime.Remoting;
 6using System.Runtime.Remoting.Lifetime;
 7using System.IO;
 8using System.Collections;
 9
10namespace ConsoleApplication2
11{
12    class FileRead
13    {
14        static void Main(string[] args)
15        {
16            //写的比较死,有需要的自己零活修改。
17            Test();
18        }

19
20        Tesst
55
56    }
 
57
58}
posted @ 2008-07-28 16:55  AlexLiu  阅读(636)  评论(0编辑  收藏  举报