Mail Archives: djgpp/1999/02/05/18:09:44
> Hi, I have tried the fil316b.zip file utilities and have found that
> they truncate and use the 8 char prefix with 3 char extension. Can
> they work with extended NT and W98 file names without truncation?
> Can they work like long UNIX file names?
If you upgrade to djgpp 2.02, it sets LFN=Y by default in djgpp.env.
Or, you can edit your djgpp.env manually to say LFN=Y but beware that
you might need to reinstall your C++ stuff as it has long file names,
plus 2.02 fixed a lot of long file name problems. This enables long
file names in Win95/98. NT doesn't support LFNs, but you can try
http://www.goof.com/pcg/djgpp/ntlfn.html
- Raw text -