Contents

truncatesLongNames

A property that indicates whether the volume truncates files longer than its maximum supported length.

Declaration

var truncatesLongNames: Bool { get }

Discussion

If this value is true, the volume truncates the filename to maximumNameLength if the filename is longer than that. If this value is false, the file system responds with the error code ENAMETOOLONG if the filename is longer than maximumNameLength.

See Also

Checking limits and configurations