|
Previous Top Next |
| Prototype: | (<String pSD>, Byte pShowWindow=False, Byte pRecurse=True),Long,Proc ! Returns number of directories |
| [pSD] | Start Directory. If omitted the current path is used. |
| pShowWindow | Show progress window. Defaults to False |
| pRecurse | Recurse through all subfolders. Defaults to True. |
| Returns | Returns the number of directories. |
This method reads in all folders in the selected path and optionally shows a progress window and reads all subfolders recursively. It calls the ReadDirectories method to read through subfolders.
Example:
ITF ITFileSearchClass
Code
ITS.ScanDirectories()
See also: