OpenArchive Method

Open/create a ZIP file.

Object.OpenArchive(tcZipName [, tnAppend])

Parameters

tcZipName 

  The ZIP archive file.

 tnAppend

   A append flag. 

ValueDescription
0Create new archive - default value.
1Append new data to archive. XFRX don't use this choice.
2Add files to archive.

Return values 

Boolean

ValueDescription
.T.Archive create/open successfully.
.F.Archive do not create/open successfully.

Remarks

Applies To: XFRX#ZIP