This is the complete list of members for ZipArchive, including inherited members.
- Result : enumeration
- caseSensitive : bool
- fileNames : list<string>
- folderNames : list<string>
- isOpen : bool
- path : string
- caseSensitiveChanged()
- void close()
- bool exists(string fileName)
- bool extractAll(string outputPath)
- extractCompleted()
- extractError(string fileName, string outputFileName, ZipArchive.Result result)
- bool extractFile(string fileName, string outputFilePath)
- extractProgress(string fileName, string outputFileName, double percent)
- ZipFileInfo fileInfo(string fileName)
- pathChanged()