Skip to main content

MAX_FILE_NAME_LEN

Constant MAX_FILE_NAME_LEN 

Source
pub const MAX_FILE_NAME_LEN: usize = 4096;
Expand description

Maximum file name length in bytes.

Uses the same value as Linux for compatibility. Includes the NUL byte.