| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Archive.Verify
Verifies files in an archive.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Archive | 9.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Archive.Verify"; Archive { ; Passphrase; Options } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Archive | Either container with archive or native file path. | "C:\test\test.zip" | |
| Passphrase | Password to use. | Optional | |
| Options | The options to pass to reader. This is a comma-separated list of options. Option names can be prefixed with module name. |
Optional Added in version 14.3. |
Result
Returns OK or error.
Description
Verifies files in an archive.Same as Archive.Extract, but doesn't actually write anything.
Examples
Check an archive:
MBS( "Archive.Verify"; "/Users/cs/Desktop/Archiv.zip")
Example result: "[MBS] ZIP decompression failed (-5)"
Example result: "[MBS] ZIP decompression failed (-5)"
See also
Release notes
- Version 9.2
- Added Archive.Verify function.
Blog Entries
This function checks for a license.
Created 20th March 2019, last changed 4th July 2024