Platforms to show: All Mac Windows Linux Cross-Platform

Back to FolderItem class.

FolderItem.DisplayPathMBS(delimiter as string = "/") as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Files MBS Util Plugin 9.8 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Shows display path.
Example
// Sample values in German:

// SnowLeopard/Programme/Dienstprogramme/Konsole

MsgBox SpecialFolder.Applications.Child("Utilities").Child("Console.app").DisplayPathMBS("/")

// SnowLeopard/Benutzer/cs/Schreibtisch

MsgBox SpecialFolder.Desktop.DisplayPathMBS("/")

// SnowLeopard ➜ Programme ➜ Dienstprogramme ➜ Konsole

MsgBox SpecialFolder.Applications.Child("Utilities").Child("Console.app").DisplayPathMBS(" ➜ ")

// SnowLeopard ➜ Benutzer ➜ cs ➜ Schreibtisch

MsgBox SpecialFolder.Desktop.DisplayPathMBS(" ➜ ")

You can pass any string for delimiter. Good looks an arrow or just a slash.

Blog Entries

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


The biggest plugin in space...