Files
harbour-core/harbour/include/directry.ch
1999-09-15 12:21:21 +00:00

21 lines
493 B
Plaintext

/*
* $Id$
*/
/* NOTE: This file is also used by C code. */
#ifndef _DIRECTRY_CH
#define _DIRECTRY_CH
/* Positions for DIRECTORY() array */
#define F_NAME 1 /* File name */
#define F_SIZE 2 /* File size */
#define F_DATE 3 /* File date (write) */
#define F_TIME 4 /* File time (write) */
#define F_ATTR 5 /* File attribute */
/* Length of DIRECTORY() array */
#define F_LEN 5
#endif /* _DIRECTRY_CH */