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. Objects for the 3.6a version
- of the compiler are found in SCDIR_3.LZH those for the 5.0 version in
- SCDIR_5.LZH.
-