FindOptions Type (Enumeration)

vat.h, files.h

enum FindOptions {FO_SINGLE_FOLDER = 0x01, FO_RECURSE = 0x02, FO_SKIP_TEMPS = 0x04, FO_NOTEMPS = 0x04, FO_RETURN_TWINS = 0x08, FO_CKTWINS = 0x08, FO_RETURN_FOLDER = 0x10, FO_SKIP_COLLAPSE = 0x20};

Describes options for SymFindFirst and FFindFirst.

FindOptions is an enumeration describing flags for SymFindFirst and FFindFirst. They can be combined with the '|' operator.