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.
Not a directory.
static var notDirectory: Errno { get }A component of the specified pathname exists, but it wasn’t a directory, when a directory was expected.
The corresponding C error is ENOTDIR.