home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Database / CLIPR503.W96 / DIRECTRY.C_ / DIRECTRY.C
Text File  |  1995-06-26  |  412b  |  25 lines

  1. /***
  2. *
  3. *  Directry.ch
  4. *
  5. *  Definitions for DIRECTORY() function
  6. *
  7. *  Copyright (c) 1990-1993, Computer Associates International, Inc.
  8. *  All rights reserved.
  9. *
  10. */
  11.  
  12.  
  13. // Subscripts for DIRECTORY() array
  14. #define F_NAME        1
  15. #define F_SIZE        2
  16. #define F_DATE        3
  17. #define F_TIME        4
  18. #define F_ATTR        5
  19.  
  20. // Length of array
  21. #define F_LEN         5
  22.  
  23. #define _DIRECTRY_CH
  24.  
  25.