Platforms to show: All Mac Windows Linux Cross-Platform

DRFileMBS 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
Represents a file to be created on the disc.

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.

Constants

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

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 examples using this class:

Blog Entries

Xojo Developer Magazine


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


DREraseSetupPanelMBS   -   DRFolderMBS


The biggest plugin in space...