Changes file attributes for files stored within the current archive file.
[C#]
public void ChangeFilesAttr(string fileMask, FileAttributes newAttr);
[VB.NET]
Public Sub ChangeFilesAttr(ByVal fileMask As String, ByVal newAttr As FileAttributes)
Description
Call ChangeFilesAttr to change file attributes for files stored within the current archive file.
The fileMask parameter is the directory and file name mask, including wildcard characters. For example, "TEST\\*.*" specifies all files in the TEST directory stored within the archive file. All files that meets fileMask will be processed.
NewAttr specifies new file attributes.