Contents

CFURLCopyAbsoluteURL(_:)

Creates a new CFURL object by resolving the relative portion of a URL against its base.

Declaration

func CFURLCopyAbsoluteURL(_ relativeURL: CFURL!) -> CFURL!

Parameters

  • relativeURL:

    The CFURL object to resolve.

Return Value

A new CFURL object, or NULL if relativeURL cannot be made absolute. Ownership follows the create rule. See The Create Rule.

See Also

Creating a CFURL