home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a009 / 5.ddi / INCLUDE.LIF / DIRECTRY.CH < prev    next >
Encoding:
Text File  |  1991-04-14  |  301 b   |  18 lines

  1. /***
  2. *    directry.ch
  3. *    Definitions for Directory()
  4. *    Copyright (c) 1990 Nantucket Corp.  All rights reserved.
  5. */
  6.  
  7.  
  8. // subscripts for Directory() array
  9. #define F_NAME            1
  10. #define F_SIZE            2
  11. #define F_DATE            3
  12. #define F_TIME            4
  13. #define F_ATTR            5
  14.  
  15. // length of array
  16. #define F_LEN            5
  17.  
  18.