?? 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 + -