Platforms to show: All Mac Windows Linux Cross-Platform

Back to Application class.

Application.BundleResourceFolderMBS as folderitem

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Process MBS Util Plugin ✅ 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

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


The biggest plugin in space...