CFFileSecurityGetMode(_:_:)
Gets the file mode associated with a CFFileSecurityRef object.
Declaration
func CFFileSecurityGetMode(_ fileSec: CFFileSecurity!, _ mode: UnsafeMutablePointer<mode_t>!) -> BoolParameters
- fileSec:
The
CFFileSecurityRefobject. - mode:
The address of an integer of type
mode_t.
Return Value
Returns true if the file mode was stored in the address pointed to by mode, or false if there is no file mode property associated with this CFFileSecurityRef object.
Discussion
For more information on numerical file modes, see the chmod(2) manual page and the definitions in /usr/include/sys/stat.h.
See Also
Functions
CFAllocatorAllocateBytes(_:_:_:)CFAllocatorAllocateTyped(_:_:_:_:)CFAllocatorReallocateBytes(_:_:_:_:)CFAllocatorReallocateTyped(_:_:_:_:_:)CFAttributedStringGetBidiLevelsAndResolvedDirections(_:_:_:_:_:)CFBundleCopyLocalizedStringForLocalizations(_:_:_:_:_:)CFBundleIsArchitectureLoadable(_:)CFBundleIsExecutableLoadable(_:)CFBundleIsExecutableLoadableForURL(_:)CFCopyHomeDirectoryURL()CFDateFormatterCreateISO8601Formatter(_:_:)CFFileSecurityClearProperties(_:_:)CFFileSecurityCopyAccessControlList(_:_:)CFFileSecurityCopyGroupUUID(_:_:)CFFileSecurityCopyOwnerUUID(_:_:)