OpenArchive Method
Open/create a ZIP file.
Object.OpenArchive(tcZipName [, tnAppend])
Parameters
tcZipNameÂ
 The ZIP archive file.
 tnAppend
  A append flag.Â
Value | Description |
---|---|
0 | Create new archive - default value. |
1 | Append new data to archive. XFRX don't use this choice. |
2 | Add files to archive. |
Return valuesÂ
Boolean
Value | Description |
---|---|
.T. | Archive create/open successfully. |
.F. | Archive do not create/open successfully. |
Remarks
Applies To:Â XFRX#ZIP