Platforms to show: All Mac Windows Linux Cross-Platform

Back to DesktopApplication class.

DesktopApplication.BundleResourceFolderMBS as folderitem

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Process MBS Util Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Returns a folderitem to the resource file inside the bundle.
Example
Dim f As FolderItem = App.BundleResourceFolderMBS

If f = Nil Then
MsgBox "Failed?"
Else
MsgBox f.NativePath
End If

Blog Entries

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


The biggest plugin in space...