| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |
TZipFile
TZipFile give access to the entries
of a given ZIP file. It is possible to access the names of all
the entries in the ZIP file and it is possible to access an
entry as a TInput.
|
|
TZipFile close
Closes the ZIP file currently opened.
TZipFile constructor [pathName]
Initializes the object internal state and optionaly opens a ZIP file.
pathName argument is given this
TZipFile is closed and the open
method will eventually have to be called to open a particular
ZIP file.
TZipFile getEntryNames
Fetches the names of all entries in the currently opened ZIP file.
TZipFile getInput
Fetches the contents of one ZIP file entry as a TInput.
TZipFile isDirectory entryName
Checks if a given entry is a directory.
entryName corresponds to an entry that is
a directory. False otherwise.
entryName in the ZIP
file then a runtime error will occur.
TZipFile open pathName
Opens an existing ZIP file.
| Overview | Module | Function | Class | Tea 3.2.4 Reference Documentation © 2009 PDM&FC |