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

File Search Class:  SetFileFilter

Previous  Top  Next  


Prototype: (String pFF)

 

pFFFile filter to assign to the FileFilter property

 

This method assigns a file filter to the FileFilter property.  The FileFilter property is used in the ScanFiles method to determine the wildcard to be used for the file search.  It is set in the Construct method to '*.*'

 

Example:

ITF  ITFileSearchClass

Code

ITS.SetFileFilter('*.clw') !! Only search for *.clw files

ITS.ScanDirectories()

ITS.ScanFiles()

 

 

See also:

ScanFiles

Construct

FileFilter

 



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