Components - Zip/Unzip Files
| Overview |
| This component provides industry-standard Zip archive functionality. It is designed to be easy to use. You can pack/unpack a file or folder with a single line of code. |
| Methods/Properties |
|
Property LogFile As
String Sub Pack(sPath
As String, sArchive As String) Sub UnPack(sArchive
As String, sFolderPath As String) Property Version As
String |
| Example |
|
<% Set objZip = Server.CreateObject("XStandard.Zip") Set objZip = Nothing |
