area
|
|
Access
|
read-only
|
Returns
|
String
|
defaultCompression
|
|
Access
|
read-only
|
Returns
|
int
|
isOpen
|
|
Access
|
read-only
|
Returns
|
boolean
|
openMode
|
|
Access
|
read-only
|
Returns
|
int
|
path
|
|
Access
|
read-only
|
Returns
|
fPath
|
close
|
|
Parameters
|
None
|
Returns
|
void. None.
|
fileAddpathsourcePathcompression
|
|
Parameters
|
Stringpath
The path of the file to use in the zip file.
fPathsourcePath
The path of the source file that is being added.
intcompression
The compression level to use for the file. Values are in fZip-CompressionLevels.
|
Returns
|
void. None.
|
fileDeletepath
|
|
Parameters
|
Stringpath
The path of the file to delete from the zip file.
|
Returns
|
void. None.
|
fileRenamefromto
|
|
Parameters
|
Stringfrom
The name of the file in the zip to rename.
Stringto
The name the file should be renamed to.
|
Returns
|
void. None.
|
folderAddpathsourcePathcompression
|
|
Parameters
|
Stringpath
The path of the folder to use in the zip file.
fPathsourcePath
The path of the source folder that is being added.
intcompression
The compression level to use for the files in the folder. Values are in fZip-CompressionLevels.
|
Returns
|
void. None.
|
folderCreatepath
|
|
Parameters
|
Stringpath
The path of the folder to use in the zip file.
|
Returns
|
void. None.
|
streamAddpathsourceStreamcompression
|
|
Parameters
|
Stringpath
The path of the file to use in the zip file.
fStreamsourceStream
The name of the source stream that is being added.
intcompression
The compression level to use for the file. Values are in fZip-CompressionLevels.
|
Returns
|
void. None.
|