home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / 52capi.zip / DIRECTRY.CH < prev    next >
Text File  |  1993-02-15  |  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.