Name | Arguments | Description |
fileCompressedSize
| fileName
|
Returns the file compressed size for fileName in this zip archive.
|
fileExists
| fileName
|
Returns true if fileName exists in this zip archive.
|
fileSize fileLength
| fileName
|
Returns the file size for fileName in this zip archive.
|
fileTime
| fileName
|
Returns the file time for fileName in this zip archive.
|
isDir isDirectory
| aName
|
Returns true if aName represents a folder in this zip archive.
|
isFile
| aName
|
Returns true if aName represents a file in this zip archive.
|
openFile
| fileName
|
Opens a binary file in this zip archive and returns the binary file object.
|
openTextFile
| fileName
|
Opens a text file in this zip archive and returns the text file object.
|