CFFileDescriptorIsValid(_:)
Returns a Boolean value that indicates whether the native file descriptor for a given CFFileDescriptor is valid.
Declaration
func CFFileDescriptorIsValid(_ f: CFFileDescriptor!) -> BoolParameters
- f:
A CFFileDescriptor.
Return Value
true if the native file descriptor for f is valid, otherwise false.