搜索资源列表
Windows资源管理器
- 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operator
BrowseDir8
- 递归法遍历磁盘目录,在vc++6.0环境下编译通过。-recursive directory traversal disk, vc 6.0 environment compile.
BrowseFolde
- 主要是遍历整个系统目录,在VC++上编译通过.-mainly traverse the entire system directory, compiled by VC.
perl_misc
- 对文件或目录的操作函数模版.根据对目录的分析结果对目录进行深度或广度遍历从而操作文件(或目录)-right file or directory operation function templates. Based on the analysis results directory of directories depth or breadth traversal thus operational documents (or directory)
SystemTree
- 这是一个获得系统树的类功能演示,使用这个类可以方便的得到电脑上的所有文件夹目录,不用在写遍历函数
文件树的实现
- 以递归搜索的方法实现对目录的遍历,然后用treeview现实整个目录树.-recursive search for the right way to achieve directory traversal, and then use the treeview reality the whole directory tree.
filetree.rar
- 生成目录树结构的一个好范例,自动读取指定文件夹的内容,并遍历文件夹下的目录,最后生成TREE目录树结构。在XP下测试通过。,Directory tree structure to generate a good example, automatically read the contents of the specified folder, and traverse the directory folder, and finally generate the directory tree str
file_box
- 显示一目录下的文件的列表框-The listbox displaying files belonging to a dir
FileTree20
- 可遍历整个文件夹或者目录,然后将子目录和文件用树形控件列出来-Can traverse the entire folder or directory, and then use the tree controls subdirectories and files to list
allfind
- 打开对话框后,遍历目录下所有文件和子目录。-find all files and folders
TraverseMagneticDiskCatalogue
- C#使用TreeView组件遍历磁盘目录,C#目录遍历功能的方法与实现实例,利用TreeView组件实现,实际上是扩展了TreeView的功能,增加了目录遍历功能,这就大大提高了TreeView的实用性,C#实例源代码下载-C# uses TreeView Component traverse the disk directory, C# directory traversal function instance, use the TreeView component to achieve, i
Demo
- 类似于资源管理器的树控件的遍历算法,此代码演示了怎么样遍历文件树种所以的目录和文件 -Traverse the tree control Traverse the tree control Traverse the tree control Traverse the tree controlTraverse the tree control
FileTree
- 这个文件主要是实现遍历文件夹并建成目录树的功能-generate directories of files
TerryjNovelReader
- 页面很简单,有两个控件TreeView和textbox,后台遍历文件信息,把目录树放在TreeView里展示,点击具体小说的时候展示到TextBox控件里-Show page is very simple, the two TreeView and the textbox background traverse the file information, the directory tree on display on the TreeView, click on the specific no
CheckFileDemo
- 实现遍历目录下的每个文件 实现遍历目录下的每个文件-Each traverse the file directory
FileTree
- 遍历文件夹并建成目录树 简单的演示了目录树的实现-Traverse Folder and the completion of the directory tree Simple demonstration implementation of the directory tree
FileTree20
- 该程序遍历指定文件夹内的所有目录及其子目录。-The program traverses all the specified folder directory and its subdirectories.
EliminateCollision
- 本程序的作用是将金山快盘2016年6月以后产生的错误冲突文件全部改正成正确文件名。 由于金山快盘已经不能读写了,所以会发生错误的同步命名,如下面的文件 MyLib(冲突_Vision6_2016-06-09 04-18-11).PcbLib 实际上应该是 MyLib.PcbLib 本程序通过遍历本程序所在目录及子目录,找到所有错误标记的冲突文件,将它们的名字改回来。 本程序涉及到CListView类的用法,文件和目录遍历、修改的技术。-The role of t
JDTD
- 主要是遍历整个系统目录,在VC++上编译通过,不错的源码(Mainly through the system directory, on the vc + + compiled through, good source)
zkgo
- 递归法遍历磁盘目录,在vc++60环境下编译通过,()