|
Previous Top Next |
This queue is used for the Wildcards property and is filled with the GetWildcardList which takes a semicolon separated string and splits it up into multiple wildcards, such as *.exe;*.dll would become two records with *.exe and *.dll respectively. It is only used in the CountFilesInDirectories and the GetWildcardList methods.
ITWildcards QUEUE,TYPE
WC CString(20)
END