company logo

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

Implementation details

  1. et path to zip archive
    const odaba::String ZipArchive  :: path (  )
  2. to list
  3. 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
  4. to list