Changes file comment for files stored within the current archive file.
procedure ChangeFilesComment(FileMask: String; NewComment: String);
Description
Call ChangeFilesComment 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.
NewComment specifies new file comment.
Note:
To change the comment of the whole archive file use the Comment property.
|
|