摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;namespace FileReadWriteDemo{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } //遍历文件 - 浏览按钮 priva 阅读全文
posted @ 2012-12-24 17:41 Entropy_lxl 阅读(19423) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleApplication1{ class Program { public static void Main() { string[] s = { "c:\\", "d:\\", "e:\\", "f:\\" }; using (StreamWriter sw = new StreamWri 阅读全文
posted @ 2012-12-24 17:40 Entropy_lxl 阅读(546) 评论(0) 推荐(0) 编辑