Contents

noSuchFileOrDirectory

No such file or directory.

Declaration

static var noSuchFileOrDirectory: Errno { get }

Mentioned in

Discussion

A component of a specified pathname didn’t exist, or the pathname was an empty string.

The corresponding C error is ENOENT.

See Also

File and Directory Errors