Path_max

//in linux/limits.h
#define PATH_MAX        4096    /* # chars in a path name including nul */
Merlin