Files
harbour-core/harbour/include/directry.ch
1999-08-03 10:37:34 +00:00

19 lines
315 B
Plaintext

/*
* $Id$
*/
#ifndef _DIRECTRY_CH
#define _DIRECTRY_CH
/* Positions for DIRECTORY() array */
#define F_NAME 1
#define F_SIZE 2
#define F_DATE 3
#define F_TIME 4
#define F_ATTR 5
/* Length of DIRECTORY() array */
#define F_LEN 5
#endif /* _DIRECTRY_CH */