资源简介
可看见系统隐藏文件,类似windows系统的资源管理器,并附带多种功能,代码可修改以适用于多种场合

代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.IO;
namespace Explorers
{
public partial class Form1 : Form
{
public bool set = false;
string namePath;
string name;
public int indexs;
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender EventArgs e)
{
}
public void tvExplore_AfterSelect(object senderTreeViewEventArgs e)
{
TreeNode node = this.tvNode.SelectedNode;
InitialNode(node);
}
public void InitialNode(TreeNode node)
{
try
{
DirectoryInfo direct = new DirectoryInfo(node.Tag.ToString());
DirectoryInfo[] directs = direct.GetDirectories();
foreach (DirectoryInfo di in directs)
{
TreeNode nod = new TreeNode();
nod.Text = di.Name;
nod.Tag = di.FullName;
node.Nodes.Add(nod);
}
InitialDgv(direct);
}catch(Exception ex)
{
if (set)
{
if(!ex.Message.Equals(“未将对象引用设置到对象的实例。“)){
MessageBox.Show(ex.Message);}
}
set = true;
}
}
public void InitialDgv(DirectoryInfo direct)
{
FileInfo [] infos =direct.GetFiles();
List files = new List();
foreach(FileInfo info in infos)
{
MyFile file = new MyFile();
file.FileName = info.Name;
file.FileLength = info.Length;
file.FileType = info.Extension;
file.FilePath = info.FullName;
files.Add(file);
}
this.dgvSelect.DataSource =new BindingList(files);
SetName_Click(null null);
}
private void SetName_Click(object sender EventArgs e)
{
if(this.dgvSelect.CurrentRow.Index!=indexs){
this.namePath = this.dgvSelect.CurrentRow.Cells[“FilePath“].Value.ToString();
this.name = this.dgvSelect.CurrentRow.Cells[“FileName“].Value.ToString();
this.indexs = this.dgvSelect.CurrentRow.Index;
}
}
private void tsmiSetName_Click(object sender EventArgs e)
{
string names = this.dgvSelect.CurrentRow.Cells[“FileName“].Value.ToString();
string paths = namePath.Substring(0 namePath.Length - name.Length);
strin
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-06-29 17:21 Explorers\
目录 0 2018-06-29 17:21 Explorers\.vs\
目录 0 2018-06-29 17:21 Explorers\.vs\Explorers\
目录 0 2018-06-29 17:21 Explorers\.vs\Explorers\DesignTimeBuild\
文件 134 2018-06-29 17:21 Explorers\.vs\Explorers\DesignTimeBuild\.dtbcache
目录 0 2018-06-29 17:21 Explorers\.vs\Explorers\v15\
文件 45568 2018-08-25 12:57 Explorers\.vs\Explorers\v15\.suo
目录 0 2018-06-29 17:21 Explorers\.vs\Explorers\v15\Server\
目录 0 2018-06-29 17:21 Explorers\.vs\Explorers\v15\Server\sqlite3\
文件 0 2018-06-29 17:21 Explorers\.vs\Explorers\v15\Server\sqlite3\db.lock
文件 4096 2018-06-29 17:21 Explorers\.vs\Explorers\v15\Server\sqlite3\storage.ide
文件 32768 2018-08-25 12:52 Explorers\.vs\Explorers\v15\Server\sqlite3\storage.ide-shm
文件 655112 2018-06-29 17:21 Explorers\.vs\Explorers\v15\Server\sqlite3\storage.ide-wal
目录 0 2018-06-17 19:17 Explorers\Explorers\
文件 869 2018-06-01 11:59 Explorers\Explorers.sln
文件 22528 2018-06-01 11:59 Explorers\Explorers.suo
目录 0 2018-06-17 19:17 Explorers\Explorers\bin\
目录 0 2018-09-05 13:18 Explorers\Explorers\bin\Debug\
文件 222 2018-06-01 11:59 Explorers\Explorers\bin\Debug\Configdwa.ini
文件 14336 2018-08-25 12:51 Explorers\Explorers\bin\Debug\Explorers.exe
文件 28160 2018-08-25 12:51 Explorers\Explorers\bin\Debug\Explorers.pdb
文件 11600 2018-06-01 11:59 Explorers\Explorers\bin\Debug\Explorers.vshost.exe
文件 490 2018-06-01 11:59 Explorers\Explorers\bin\Debug\Explorers.vshost.exe.manifest
文件 3714 2018-06-01 11:59 Explorers\Explorers\Explorers.csproj
文件 4379 2018-06-01 11:59 Explorers\Explorers\Form1.cs
文件 9142 2018-06-01 11:59 Explorers\Explorers\Form1.Designer.cs
文件 6760 2018-06-01 11:59 Explorers\Explorers\Form1.resx
文件 339 2018-06-01 11:59 Explorers\Explorers\MyFile.cs
目录 0 2018-06-17 19:17 Explorers\Explorers\obj\
目录 0 2018-06-17 19:17 Explorers\Explorers\obj\x86\
目录 0 2018-08-25 12:51 Explorers\Explorers\obj\x86\Debug\
............此处省略19个文件信息
相关资源
- Scratch源码
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- UNIX/LINUX编程实践教程的源码
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 周易排盘源码
- RSA算法源码
- 一个人脸识别程序源码
- 编译原理课程设计:词法语法编译器
评论
共有 条评论