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

FlexCompress.ChangeFilesAttr

FlexCompress

Previous  Top  Next

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.

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