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
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 file can be either a pointer to an exiting file (residing on a hard drive for example) or can be created at burn time from data passed into the file object as requested. DRFiles can only exist inside of DRFolder objects.
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.
Constant | Value | Description |
---|---|---|
DRFileForkData | 0 | The constant which specifies which fork is currently needed. The data fork contains the primary information for the file and is the fork used for files such as JPEGs, text files, etc. more |
DRFileForkResource | 1 | The constant which specifies which fork is currently needed. The data fork contains the primary information for the file and is the fork used for files such as JPEGs, text files, etc. more |
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.
The items on this page are in the following plugins: MBS MacControls Plugin.
DREraseSetupPanelMBS - DRFolderMBS