Platforms to show: All Mac Windows Linux Cross-Platform
ArchiverMBS.BZLibVersion as String
Function:
The bzlib version used in this plugin.
Example:
Notes:
This is empty if we compiled plugin without this library.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox ArchiverMBS.BZLibVersion
This is empty if we compiled plugin without this library.
(Read only property)
ArchiverMBS.LibVersion as Integer
Function:
The version of the archive C++ library.
Example:
Notes:
e.g. 3001002 for version 3.1.2.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox str(ArchiverMBS.LibVersion)
e.g. 3001002 for version 3.1.2.
(Read only property)
ArchiverMBS.LibVersionDetails as String
Function:
The detailed version string for libArchive.
Example:
Notes:
Detailed textual name/version of the library and its dependencies.
This has the form:
"libarchive x.y.z zlib/a.b.c liblzma/d.e.f ... etc ..."
the list of libraries described here will vary depending on how libarchive was compiled.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox ArchiverMBS.LibVersionDetails
Detailed textual name/version of the library and its dependencies.
This has the form:
"libarchive x.y.z zlib/a.b.c liblzma/d.e.f ... etc ..."
the list of libraries described here will vary depending on how libarchive was compiled.
(Read only property)
ArchiverMBS.LibVersionString as String
Function:
The version of the archive C++ library as text.
Example:
Notes:
e.g. "libarchive 3.1.2"
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox ArchiverMBS.LibVersionString
e.g. "libarchive 3.1.2"
(Read only property)
ArchiverMBS.LZ4Version as String
Function:
The lz4 version used in this plugin.
Example:
Notes:
This is empty if we compiled plugin without this library.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox ArchiverMBS.LZ4Version
This is empty if we compiled plugin without this library.
(Read only property)
ArchiverMBS.LzmaVersion as String
Function:
The lzma version used in this plugin.
Example:
Notes:
This is empty if we compiled plugin without this library.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox ArchiverMBS.LzmaVersion
This is empty if we compiled plugin without this library.
(Read only property)
ArchiverMBS.ZLibVersion as String
Function:
The zlib version used in this plugin.
Example:
Notes:
This is empty if we compiled plugin without this library.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Archive | MBS Compression Plugin | 16.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
MsgBox ArchiverMBS.ZLibVersion
This is empty if we compiled plugin without this library.
(Read only property)
The items on this page are in the following plugins: MBS Compression Plugin.

Links
MBS Xojo Plugins