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

Declaration
property FindAllFolders: Boolean;  

Description
The FindAllFolders property controls whether you would like to find all directories, which even does not match to the SearchMask, SearchSize and SearchTime.  
 
Set FileAllFolders and saDirectory flag in SearchAttributes to True, to find all folders within the search path.  
 
If you don't want to find directories at all - just set saDirectory flag in SearchAttributes to False.  
 
tip This property very useful in situation when you would like to find and show only files with certain type(s) + would like to show all directories (with any extension) withiin the scanning folder. FindAllFolders are similiar to ShowAllFolders property of the dcFolderListView component.  
 
iiwarning The dcDiskScanner will not find ANY folders if saDirectory flag of SearchAttributes property is False.  

See also
SearchMask and SearchAttributes properties.  
ShowAllFolders property of dcFolderListView component.  
File not found.