Open/create a ZIP file.
Code Block |
---|
Object.OpenArchive(tcZipName [, tnAppend]) |
...
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. |
...
Open/create a ZIP file.
Code Block |
---|
Object.OpenArchive(tcZipName [, tnAppend]) |
...
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. |
...