Contents

fileTooLarge

The file is too large.

Declaration

static var fileTooLarge: Errno { get }

Mentioned in

Discussion

The file exceeds the maximum size allowed by the file system. For example, the maximum size on UFS is about 2.1 gigabytes, and about 9,223 petabytes on HFS-Plus and Apple File System.

The corresponding C error is EFBIG.

See Also

File and Directory Errors