Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Process.LoadFramework
Loads a macOS framework.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Process | 15.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |
MBS( "Process.LoadFramework"; Path ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The native path to the framework to load. | "/System/Library/Frameworks/UserNotifications.framework" |
Result
Returns OK or error.
Description
Loads a macOS framework.Examples
Load UserNotifications framework:
MBS( "Process.LoadFramework"; "/System/Library/Frameworks/UserNotifications.framework")
Release notes
- Version 15.0
- Added Process.LoadFramework function.
Blog Entries
- Neues MBS Plugin 15.0 für Claris FileMaker
- MBS Plugin 15.0 for Claris FileMaker
- MBS FileMaker Plugin, version 14.6pr5
This function is free to use.
Created 14th December 2024, last changed 14th December 2024
