Contents

CFFileSecuritySetGroupUUID(_:_:)

Sets the group UUID associated with a CFFileSecurityRef object.

Declaration

func CFFileSecuritySetGroupUUID(_ fileSec: CFFileSecurity!, _ groupUUID: CFUUID!) -> Bool

Parameters

  • fileSec:

    The CFFileSecurityRef object to modify.

  • groupUUID:

    The group UUID to set.

Return Value

Returns true if the group UUID was successfully set, otherwise false.

See Also

Functions