Skip to main content

PATH_MAX

Constant PATH_MAX 

Source
pub const PATH_MAX: usize = 4096;
Expand description

Maximum number of bytes the implementation stores as a pathname in a user-supplied buffer of unspecified size, including the terminating null character.