guoguogis

  :: :: 新随笔 :: :: :: 管理 ::

2009年8月28日

摘要: 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 FileInfo{ public... 阅读全文
posted @ 2009-08-28 19:23 guoguogis 阅读(373) 评论(0) 推荐(0)

摘要: private void button2_Click(object sender, EventArgs e) { if(this.textBox1.Text.Trim()=="") { return; } string[] MyFile = Directory.GetFiles(this.textBox1.Text.Trim());//得到目录下的文件 //this.listBox1.Items.... 阅读全文
posted @ 2009-08-28 09:16 guoguogis 阅读(703) 评论(0) 推荐(0)

摘要: private void button3_Click(object sender, System.EventArgs e){//显示根信息if(this.textBox1.Text.Trim()=="")return;string MyRoot=System.IO.Directory.GetDirectoryRoot(this.textBox1.Text);MessageBox.Show("根是:... 阅读全文
posted @ 2009-08-28 00:06 guoguogis 阅读(247) 评论(0) 推荐(0)