CFURLHasDirectoryPath(_:)
Determines if a given URL’s path represents a directory.
Declaration
func CFURLHasDirectoryPath(_ anURL: CFURL!) -> BoolParameters
- anURL:
The
CFURLobject to examine.
Return Value
true if anURL represents a directory, false otherwise.
See Also
Accessing the Parts of a URL
CFURLCanBeDecomposed(_:)CFURLCopyFileSystemPath(_:_:)CFURLCopyFragment(_:_:)CFURLCopyHostName(_:)CFURLCopyLastPathComponent(_:)CFURLCopyNetLocation(_:)CFURLCopyParameterString(_:_:)CFURLCopyPassword(_:)CFURLCopyPath(_:)CFURLCopyPathExtension(_:)CFURLCopyQueryString(_:_:)CFURLCopyResourceSpecifier(_:)CFURLCopyScheme(_:)CFURLCopyStrictPath(_:_:)CFURLCopyUserName(_:)