Open ZIP file.
Object.OpenArchive(tcZipName [, tnAppend])
Parameters
tcZipName
The ZIP archive file.
tnAppend
A append flag.
Value | Description |
---|---|
0 | Create new archive. |
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