Contents

CFFileSecuritySetOwnerUUID(_:_:)

Sets the owner UUID associated with a CFFileSecurityRef object.

Declaration

func CFFileSecuritySetOwnerUUID(_ fileSec: CFFileSecurity!, _ ownerUUID: CFUUID!) -> Bool

Parameters

  • fileSec:

    The CFFileSecurityRef object to modify.

  • ownerUUID:

    The owner UUID to set.

Return Value

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

See Also

Functions