Skip to main content

MAX_DISPLAY_NAME_BYTES

Constant MAX_DISPLAY_NAME_BYTES 

Source
pub const MAX_DISPLAY_NAME_BYTES: usize = 255;
Expand description

Maximum stored display-name length in UTF-8 bytes: the 255-byte component cap of mainstream filesystems (ext4, APFS, NTFS components) and drives. Names are stored as given, so the cap applies to the bytes as given.