home *** CD-ROM | disk | FTP | other *** search
- Here is a modified version of the Manx scdir() function. This version
- buffers the entire directory list rather than rescanning the directory each
- time the function is called. I find the speedup very worthwhile.
-
- The function usage is identical to the Manx function and is simply linked
- with your program ahead of the C library as in:
-
- ln prog scdir -lc
-
- All memory models and int sizes included. The objects in this archive
- are for use with the 5.x version of the compiler.
-
- scdir.16 - small code/data 16 bit ints
- scdir.l16 - large code/data 16 bit ints
- scdir.32 - small code/data 32 bit ints
- scdir.l32 - large code/data 32 bit ints
-