Process.LoadFramework
---------------------

Loads a macOS framework.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Process](component_Process.md) | [15.0](newinversion150.md) | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ✅ Yes |

MBS( "Process.LoadFramework"; Path ) 

**MBS**( **"Process.LoadFramework";** /\* Loads a macOS framework. \*/  
**$Path**) /\* The native path to the framework to load.e.g. "/System/Library/Frameworks/UserNotifications.framework" \*/ 

### 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](https://www.mbsplugins.eu/ProcessLoadFramework.shtml) function.

### Blog Entries

- [Neues MBS Plugin 15.0 für Claris FileMaker](https://www.mbsplugins.de/archive/2025-01-14/Neues_MBS_Plugin_150_für_Clar/monkeybreadsoftware_blog_filemaker)
- [MBS Plugin 15.0 for Claris FileMaker](https://www.mbsplugins.de/archive/2025-01-14/MBS_Plugin_150_for_Claris_File/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 14.6pr5](https://www.mbsplugins.de/archive/2024-12-17/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 14th December 2024 , last changed 14th December 2024

  
[Process.List](ProcessList.md) - [Process.LoadLibrary](ProcessLoadLibrary.md)

[HTML Version](ProcessLoadFramework.shtml)