home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Exemples / Fichiers / GimmeDir.readme < prev   
Encoding:
Text File  |  1998-09-24  |  1.1 KB  |  38 lines

  1. Short:    Routines for reading directory contents. C source.
  2. Author:   dancab@polbox.com (Daniel Mealha Cabrita)
  3. Uploader: dancab@polbox.com (Daniel Mealha Cabrita)
  4. Type:     dev/c
  5.  
  6.  
  7.     Well.. the C language itself has no commands for reading
  8.  directory contents. Sad, isn't it?
  9.  
  10.     Reading directory contents is useful when your program process
  11.  several files at once (as a file packer, a file converter,
  12.  a music player, a backup utility, etc...).
  13.  
  14.     What about using directly dos.library functions?! AAaRRRgGHh!!!!!!
  15.  
  16.  
  17.     So i decided to make myself some routines for all this, offering
  18.  the simplest possible programmer interface while maintaining most (all?)
  19.  of the possibilities regarding directory reading.
  20.  
  21.  
  22.     In this package you'll find the following files:
  23.  
  24.     GimmeDir.c       - the routines themselves, WITH COMMENTS.
  25.     GimmeDir.h       - header file
  26.     ExampleProgram.c - an example program so you can learn how to
  27.                        use these routines (as if it were difficult!)
  28.  
  29.  
  30.  BUGS: None i'm aware of.
  31.  
  32.  
  33.  * Minimum required: AmigaOS 2.0 and an ANSI C compiler
  34.                      with OS2.0 includes.
  35.  
  36.  
  37.  .dan
  38.