Directory tree traversed with cfilefind class

zhaozj2021-02-08  279

Author: Cui Xiaoliang

Directory Tree Travelement As the name is to use all directories and files in the directory tree, and the file lookup program and SafeClean Utilities (Environmental Guard) in Windows have used directory tree traversal. We can of course join this feature in our own procedure. Here is the source code of the algorithm. The code is not long, it should be very well understood. As long as you add a Search class in the project, you can copy the code to the file. Use the following code when calling: Search Find ("C: /", "* .exe"); Find.Start (); After the F5 is running, you can see the output in the debugging information window. If you have anything, you still hope you. Letter advice.

转载请注明原文地址:https://www.9cbs.com/read-1349.html

New Post(0)