SCPreferencesPathGetLink(_:_:)
Returns the link associated with the specified path.
Declaration
func SCPreferencesPathGetLink(_ prefs: SCPreferences, _ path: CFString) -> CFString?Parameters
- prefs:
The preferences session.
- path:
The path.
Return Value
The link associated with the specified path, or NULL if the path is not a link or does not exist.