readme.txt
来自「一个查找文件的工具vb开发」· 文本 代码 · 共 6 行
TXT
6 行
Find all files demo project
This demo project shows how to find all files on a drive. It compares speeds of the API functions with the VB Dir function. It is quite easy to include into any projects that you may be writing.
The way that it works is by scanning through each directory, putting directories into one list box and files into another. It then takes a directory from the directory list box, and scans it, adding further directories and files to their respective list boxes. This continues until there are no more directories to process.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?