ArchiveEntryMBS class

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

ArchiveEntryMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Archive MBS Compression Plugin 16.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for an archive entry.
Example
dim data as string = "Hello World test file. Hello World again."

dim e as new ArchiveEntryMBS
e.PathName = "Hello World.txt"
e.Size = lenb(data)
e.Permissions = &o0644
e.FileType = e.kFileTypeRegular

File Types

Constant Value Description
kFileTypeBlock &o0060000 Block device.
kFileTypeCharacter &o0020000 Character device.
kFileTypeDirectory &o0040000 Directory
kFileTypeIFO &o0010000 Named pipe (fifo)
kFileTypeLink &o0120000 Symbolic link
kFileTypeMT &o0170000 MT?
kFileTypeRegular &o0100000 Regular file.
kFileTypeSOCK &o0140000 Socket

Symlink Types

Constant Value Description
kSymlinkTypeDirectory 2 Symlink is a directory.
kSymlinkTypeFile 1 Symlink is a file.
kSymlinkTypeUndefined 0 Symlink is of unknown type.

This class has no sub classes.

Some methods using this class:

Some events using this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


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


AppReceiptVerificatorMBS   -   ArchiveReadDiskMBS


💬 Ask a question or report a problem