📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -