home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 418.lha / scdir / scdir_5 / readme < prev    next >
Encoding:
Text File  |  1990-09-02  |  657 b   |  17 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.  The objects in this archive
  11. are for use with the 5.x version of the compiler.
  12.  
  13.   scdir.16   - small code/data 16 bit ints
  14.   scdir.l16  - large code/data 16 bit ints
  15.   scdir.32   - small code/data 32 bit ints
  16.   scdir.l32  - large code/data 32 bit ints
  17.