SCPreferencesPathRemoveValue(_:_:)
Removes the data associated with the specified path.
Declaration
func SCPreferencesPathRemoveValue(_ prefs: SCPreferences, _ path: CFString) -> BoolParameters
- prefs:
The preferences session.
- path:
The path.
Return Value
TRUE if successful; otherwise, FALSE.