Platforms to show: All Mac Windows Linux Cross-Platform

Back to ArchiverMBS class.

ArchiverMBS.LoadIconvLibrary(path as String, byref Error as String) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Archive MBS Compression Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Loads the iconv library.

The Archive classes may use libiconv for text encoding conversion.
If you explicitly need, you can load the library on start of solution.

MBS Plugin may try to load iconv.dll/dylib/so automatically when first iconv function is called.

ArchiverMBS.NewReader as ArchiveReaderMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new archive reader.

ArchiverMBS.NewWriter as ArchiveWriterMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new archive writer.

ArchiverMBS.SetCurrentWorkingDirectory(path as folderitem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets current working directory for the application.

Returns true on success or false on failure.

See also:

ArchiverMBS.SetCurrentWorkingDirectory(path as String) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Archive MBS Compression Plugin 19.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets current working directory for the application.

Returns true on success or false on failure.

See also:

The items on this page are in the following plugins: MBS Compression Plugin.


The biggest plugin in space...