home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Shareware (Platinum Edition) / QUEPLAT95.ISO / files / programm / lfnlib / file_id.diz next >
Encoding:
Text File  |  1996-10-10  |  755 b   |  19 lines

  1. LFN - C code to bring long filenames to 
  2. 16-bit applications. Microsoft's Windows 95 
  3. implements a nifty way to store long 
  4. filenames on FAT volumes, and with this 
  5. comes a slew of other improvements to the 
  6. filesystem (ie, filespecs containing more 
  7. than 1 wildcard). However, only 32-bit 
  8. applications automatically benefit from 
  9. these improvements. The LFN module in this 
  10. package attempts to remedy this by serving 
  11. as a plug-in replacement for the dos.h 
  12. you're probably already using, and providing 
  13. LFN support to 16-bit applications with 
  14. little more than a recompile. Programs built 
  15. with the LFN module will continue to work as 
  16. always under 16- bit Windows, but under 
  17. Windows 95 will suddenly be able to see long 
  18. filenames.
  19.