isDirectory

Is a directory.

Errno.swift:232
static var isDirectory: Errno { get }

You attempted to open a directory with write mode specified. Directories can be opened only in read mode.

The corresponding C error is EISDIR.