What is the max length of a file and a path name under QNX 4.25?
I searched the manuals with no luck but grep of the includes give me two
numbers:
limits.h:
NAME_MAX 48
_POSIX_PATH_MAX 255 ← comments say this is a minimum.
PATH_MAX _POSIX_PATH_MAX
stdio.h:
FIMENAME_MAX 255
KenR
In article <398B437E.F66DFEC2@nctimes.net>, Ken says…
What is the max length of a file and a path name under QNX 4.25?
I searched the manuals with no luck but grep of the includes give me two
numbers:
limits.h:
NAME_MAX 48
Base don my experiences … 48 characters is the maximum.
_POSIX_PATH_MAX 255 ← comments say this is a minimum.
PATH_MAX _POSIX_PATH_MAX
stdio.h:
FIMENAME_MAX 255
I never could install archives if they include pathes bigger than 48(?)
characters.
Regards
Armin
KenR
The max file name is 48 , but the complete path (that includes directory
name ) is 255
“Ken Recchia” <rectech@nctimes.net> wrote in message
news:398B437E.F66DFEC2@nctimes.net…
What is the max length of a file and a path name under QNX 4.25?
I searched the manuals with no luck but grep of the includes give me two
numbers:
limits.h:
NAME_MAX 48
_POSIX_PATH_MAX 255 ← comments say this is a minimum.
PATH_MAX _POSIX_PATH_MAX
stdio.h:
FIMENAME_MAX 255
KenR
48 is the file name maximum. 255 is probably the full
path maximum.
Ken Recchia <rectech@nctimes.net> wrote:
What is the max length of a file and a path name under QNX 4.25?
I searched the manuals with no luck but grep of the includes give me two
numbers:
limits.h:
NAME_MAX 48
_POSIX_PATH_MAX 255 ← comments say this is a minimum.
PATH_MAX _POSIX_PATH_MAX
stdio.h:
FIMENAME_MAX 255
KenR
–
Mitchell Schoenbrun --------- maschoen@pobox.com