
   READDIR.CPP     Fully commented Borland C++ 3.0 source code
   READDIR.EXE     Sample executable
   README.TXT      Description file (this file)

   Function to get an alphabetically sorted listing of available  
   drives, dir's, and files using dynamically allocated memory.   
   Files can be sorted by name or extension by setting sortorder  
   to 0 for name, or 1 for extension.                             
                                                                  
   By Jay Lewis,
   Compuserve:  102365,3264  (102365.3264@compuserve.com)
   Alternate mail:  lewisj1@drum-emh1.army.mil

   Please write!   

   Donated to the public domain.  Free for use.                   
   Written in Borland Turbo C++, ver 3.0 on 4 August 1995.                                                  

   Dedicated to helping the amateur programmer!                   
