Specifies files for archive updating operations.
[C#]
public StringCollection FileMasks { get; }
[VB.NET]
Public ReadOnly Property FileMasks As StringCollection
Description
FileMasks are used for overloaded versions without parameters of FindFirst, AddFiles, ExtractFiles, TestFiles, MoveFiles, UpdateFiles and DeleteFiles methods to select certain files for these operations. This property should contain list of 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. If you need to store certain files without compression use NoCompressionMasks property.