home / experts / javascript / column50 |
|
The ZIPProvider Object's PropertiesThe
Sets/returns the archive file path against which following operations are applied. To add, delete or extract files from an existing archive file, set the property to the file path and call
Sets/returns the comment for the archive file. You can use this property to read a comment of an existing archive file, or set the comment for a new archive file you create.
Sets/returns the directory path where the extracted files will be saved.
Sets/returns whether the newly extracted file overwrites any existing file in the ExtractionDir directory.
Sets/returns the password for the archive file. Set this property when extracting a password-protected file or if you want to password protect a new file you are about to create.
Sets/returns the compression level used in the archive file compression. Can be set to a value between 0 to 9, with 0 representing no compression, 1 the fastest compression, and 9 the slowest, but most size-efficient compression.
Returns the number of files in the archive. |
Produced by Yehuda Shiran and Tomer Shiran
Created: October 11, 1999
Revised: October 15, 1999
URL: http://www.webreference.com/js/column50/zipprop1.html