Subj : BC++5.02 16bits application and folders To : borland.public.cpp.borlandcpp From : "Dridri" Date : Fri Feb 27 2004 06:09 pm I have to modify a project devellopped with borland c++ 5.02 in 16 bits and unfortunately not in 32. I use the mkdir command to create folder. My problem is that my folder name must be <= to 8 char. If more than 8, the folder name is truncated to 8 char. It must be cause by the 16bit format. Is there a solution to create folder name greater than 8 char. Thanks a lot .