home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 418.lha / scdir / readme < prev    next >
Text File  |  1990-09-02  |  518b  |  13 lines

  1.   Here is a modified version of the Manx scdir() function.  This version
  2. buffers the entire directory list rather than rescanning the directory each
  3. time the function is called.  I find the speedup very worthwhile.
  4.  
  5.   The function usage is identical to the Manx function and is simply linked
  6. with your program ahead of the C library as in:
  7.  
  8.     ln prog scdir -lc
  9.  
  10.   All memory models and int sizes included.  Objects for the 3.6a version
  11. of the compiler are found in SCDIR_3.LZH those for the 5.0 version in
  12. SCDIR_5.LZH.
  13.