Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.ChangeFilesComment

FlexCompress

 

 

Previous  Top  Next

Changes file comment for files stored within the current archive file.

 

[C#]
public void ChangeFilesComment(string fileMask, string newComment);

 

[VB.NET]

Public Sub ChangeFilesComment(ByVal fileMask As String, ByVal newComment As 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.

 

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Apr 16, 2024