fileNameTooLong
The file name is too long.
static var fileNameTooLong: Errno { get }
A component of a pathname exceeded 255 (MAXNAMELEN
) characters, or an entire pathname exceeded 1023 (MAXPATHLEN-1
) characters.
The corresponding C error is ENAMETOOLONG
.