Open

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TZipFile class > Methods >

Open

Previous pageReturn to chapter overviewNext page

Opens a zip archive at the specified path and in the specified mode.

 

archiveFileName - The path to the archive to open, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.

mode - One of the enumeration values that specifies the actions which are allowed on the entries in the opened archive.

Returns: The opened zip archive.

Open                           PROCEDURE(STRING archiveFileName, ZipArchiveModeEnum mode), *TZipArchive