Skip to main content

MAX_FILENAME_LEN

Constant MAX_FILENAME_LEN 

Source
pub const MAX_FILENAME_LEN: usize = 4096;
Expand description

Maximum length of an external filename in bytes.

Filenames longer than this are rejected by validate_filename and by the reader before any buffer is resized.