Subj : Re: About the maximum full path string length. To : borland.public.cpp.borlandcpp From : Gary Setter Date : Tue Aug 30 2005 08:43 am "Vladimir Grigoriev" wrote in message news:431433ed@newsgroups.borland.com... > Hi. > It is interesting What is the maximum path string length? Is any reference > in internet where I could read about new features of DOS functions in XP > environment? > Vladimir Grigoriev > Hi Vladimir, I think you are looking for the _MAX_PATH macro which is defined in the stdlib.h file. Best regards, Gary .