Platforms to show: All Mac Windows Linux Cross-Platform

Back to ArchiverMBS class.

ArchiverMBS.BZLibVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The bzlib version used in this plugin.
Example
MsgBox ArchiverMBS.BZLibVersion

This is empty if we compiled plugin without this library.
(Read only property)

ArchiverMBS.LibVersion as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version of the archive C++ library.
Example
MsgBox str(ArchiverMBS.LibVersion)

e.g. 3001002 for version 3.1.2.
(Read only property)

ArchiverMBS.LibVersionDetails as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The detailed version string for libArchive.
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

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The version of the archive C++ library as text.
Example
MsgBox ArchiverMBS.LibVersionString

e.g. "libarchive 3.1.2"
(Read only property)

ArchiverMBS.LZ4Version as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The lz4 version used in this plugin.
Example
MsgBox ArchiverMBS.LZ4Version

This is empty if we compiled plugin without this library.
(Read only property)

ArchiverMBS.LzmaVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The lzma version used in this plugin.
Example
MsgBox ArchiverMBS.LzmaVersion

This is empty if we compiled plugin without this library.
(Read only property)

ArchiverMBS.ZLibVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 16.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The zlib version used in this plugin.
Example
MsgBox ArchiverMBS.ZLibVersion

This is empty if we compiled plugin without this library.
(Read only property)

ArchiverMBS.ZStdVersion as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared property Archive MBS Compression Plugin 23.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The zlib version used in this plugin.
Example

MsgBox ArchiverMBS.ZStdVersion

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.


The biggest plugin in space...