Specifies exclusion masks used for find, add, extract, test, move, update and delete operations.
property NoCompressionMasks: TStringList;
Description
ExclusionMasks are used for overloaded versions without parameters of FindFirst, AddFiles, ExtractFiles, TestFiles, MoveFiles, UpdateFiles and DeleteFiles methods to exclude certain files for these operations. This propery should contain list of excluded directories and file names including wildcard characters. For example, 'C:\TEST\*.*' specifies all files in the 'C:\TEST' directory.
Note: FileMasks property specifiec files that should be included into the operation, excluding files specified by ExclusionMasks.
|