diskscanner IncludeSubfolders property
Return to Introduction  Previous page  Next page
Applies to
dcDiskScanner component.  

Declaration
property IncludeSubfolders: Boolean;  

Description
The IncludeSubfolders property controls whether you would like to search the files within a subdirectories of disk folder, specified by Folder property. Make this property True to include subfolders under the scanning path, or False to exclude.  
 
For example, if starting folder is "c:\" and IncludeSubfolders is True, then after calling Execute method, dcDiskScanner component will search whole disk.  

Note
Even if you set the IncludeSubfolders to True, the DiskScanner will not scan hidden subfolders. To search hidden subfolders - set IncludeHiddenSubfolders to True also.  

See also
Folder and IncludeHiddenSubfolders properties, OnScanFolder event.  
File not found.