Platforms to show: All Mac Windows Linux Cross-Platform

DRFolderMBS class

Super class: DRFSObjectMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class DiscRecording MBS MacControls Plugin 7.4 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A class for folder objects used in filesystem creation.

A DRFile object is a subclass of DRFSObject and represents a folder on the finished disc. DRFolders can be either a pointer to an existing folder (residing on a hard drive for example) or can be a "virtual" folder which existsonly on the resulting burned disc. A DRFolder pointing to an existing folder ("real" folder) cannot have it's contents changed - only those files/folders which are children of the actual folder on disk will be included on the resulting disc. "Virtual" folders are entirely created programatically and any virtual folder structure can exist and be burned to disc. It is possible to convert a "real" folder to a "virtual" folder using the makeVirtual method.

All methods in this class will catch exceptions from Cocoa and raise a NSExceptionMBS instead. Using the message, name and reason properties you can see what was the reason for this exception. Please report if you find a method which does not handle exceptions correct.
Subclass of the DRFSObjectMBS class.

Super class DRFSObjectMBS

Constants

Constant Value Description
DRFilesystemInclusionMaskHFSPlus 8 The value which indicates the object should be included in the HFS+ filesytem.
DRFilesystemInclusionMaskISO9660 1 The value which indicates the object should be included in the ISO9660 filesytem.
DRFilesystemInclusionMaskJoliet 2 The value which indicates the object should be included in the Joliet filesytem.
DRFilesystemInclusionMaskUDF 4 The value which indicates the object should be included in the UDF filesytem.

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Xojo Developer Magazine


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


DRFileMBS   -   DRFSObjectMBS


The biggest plugin in space...