isDirectory
Is a directory.
Declaration
static var isDirectory: Errno { get }Mentioned in
Discussion
You attempted to open a directory with write mode specified. Directories can be opened only in read mode.
The corresponding C error is EISDIR.
Is a directory.
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.