www.icetips.com  Icetips Utilities Documentation 11/14/2010    

File Search Class:  ScanDirectories

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.
pShowWindowShow progress window.  Defaults to False
pRecurseRecurse through all subfolders.  Defaults to True. 

 

ReturnsReturns 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:

ReadDirectoriesx

TotalDirectories

StartDirectory

Directories

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/scandirectories_filesearch.htm