Platforms to show: All Mac Windows Linux Cross-Platform

Back to FolderItem class.

FolderItem.SpotLightLoadMDImporterMBS as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Spotlight MBS MacOSX Plugin 10.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Loads another MDImporter.
Example
dim f as FolderItem = GetFolderItem("/Developer/Applications/Xcode.app/Contents/Library/Spotlight/SourceCode.mdimporter", FolderItem.PathTypeShell)

if f.SpotLightLoadMDImporterMBS then
MsgBox "Loaded SourceCode importer."
end if

By default importers are loaded from /Library/Spotlight, ~/Library/Spotlight and /System/Library/Spotlight. You can load another importers using this method.
Returns true on success and false on failure.

Some examples using this method:

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


The biggest plugin in space...