Platforms to show: All Mac Windows Linux Cross-Platform

Back to DesktopApplication class.

DesktopApplication.BundleResourceFolderItemLocalizedMBS(ResourceName as string, ResourceType as string, SubDirectory as string) as folderitem

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Process MBS Util Plugin 21.5 ✅ Yes ❌ No ❌ No ❌ No Desktop only
Searches inside the application bundle for a file.
Example
dim f as FolderItem
f=app.BundleResourceFolderItemLocalizedMBS("logo","jpg","")
MsgBox f.NativePath

ResourceName is the filename of the resource file.
ResourceType is the file extension.
SubDirectory is the name of the directory.
This function will take care for localization folders.

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


The biggest plugin in space...