Contents

notDirectory

Not a directory.

Declaration

static var notDirectory: Errno { get }

Mentioned in

Discussion

A component of the specified pathname exists, but it wasn’t a directory, when a directory was expected.

The corresponding C error is ENOTDIR.

See Also

File and Directory Errors