Contents

fileNameTooLong

The file name is too long.

Declaration

static var fileNameTooLong: Errno { get }

Mentioned in

Discussion

A component of a pathname exceeded 255 (MAXNAMELEN) characters, or an entire pathname exceeded 1023 (MAXPATHLEN-1) characters.

The corresponding C error is ENAMETOOLONG.

See Also

Path Errors