ZipArchive :: path - Path to zip archive
The property provides the path to the zip archive. This may be an absolute path or a path relative to the active working directory for the application.
Return value: Name ( odaba::String & )
Implementation overview
- et path to zip archive
ZipArchive :: path (  ) - Change path to zip archive
ZipArchive :: path ( sFilePath )
Implementation details
- to list
-
Change path to zip archive
const odaba::String ZipArchive  :: path ( odaba::String &sFilePath )
When the zip archive has been opened, already, it will be closed an reopened after changing the path. When not being opened, the path is changed without opening the zip archive.
- sFilePath - Complete file path
to list