Platforms to show: All Mac Windows Linux Cross-Platform

Back to UTTypeMBS module.

Previous items

UTTypeMBS.kUTTypeMountPoint as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeMovie as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.
Example
Var f as FolderItem = SpecialFolder.Desktop.Child("test.avi")
Var u as string = UTTypeMBS.UTI(f)

if UTTypeMBS.ConformsTo(u, UTTypeMBS.kUTTypeMovie) then
MsgBox u+" is movie"
else
MsgBox u+" is not movie."
end if

UTTypeMBS.kUTTypeMP3 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeMPEG as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeMPEG4 as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeMPEG4Audio as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeObjectiveCPlusPlusSource as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeObjectiveCSource as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypePackage as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypePDF as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypePICT as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypePlainText as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypePNG as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

Some examples using this method:

UTTypeMBS.kUTTypeQuickTimeImage as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeQuickTimeMovie as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeReferenceURLKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the constants for the keys used in type declarations.
Example
MsgBox UTTypeMBS.kUTTypeReferenceURLKey // "UTTypeReferenceURL"

UTTypeMBS.kUTTypeResolvable as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeRTF as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeRTFD as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeSourceCode as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeSymLink as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeTagSpecificationKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the constants for the keys used in type declarations.
Example
MsgBox UTTypeMBS.kUTTypeTagSpecificationKey // "UTTypeTagSpecification"

UTTypeMBS.kUTTypeText as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeTIFF as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeTXNTextAndMultimediaData as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeURL as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeUTF16ExternalPlainText as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeUTF16PlainText as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeUTF8PlainText as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeVCard as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeVersionKey as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the constants for the keys used in type declarations.
Example
MsgBox UTTypeMBS.kUTTypeVersionKey // "UTTypeVersion"

UTTypeMBS.kUTTypeVideo as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeVolume as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeWebArchive as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

UTTypeMBS.kUTTypeXML as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Launch Services MBS MacOSX Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the predefined type constants.

Previous items

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


The biggest plugin in space...