Contents

CFURLHasDirectoryPath(_:)

Determines if a given URL’s path represents a directory.

Declaration

func CFURLHasDirectoryPath(_ anURL: CFURL!) -> Bool

Parameters

  • anURL:

    The CFURL object to examine.

Return Value

true if anURL represents a directory, false otherwise.

See Also

Accessing the Parts of a URL