home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Installer 5.00 - Please Dont Remove it From My Bag
/
060126_0945.iso
/
CLIPPER
/
CLIPPER.EXE
/
CLIPPER5
/
INCLUDE
/
DIRECTRY.CH
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-04
|
412 b
|
25 lines
/***
*
* Directry.ch
*
* Definitions for DIRECTORY() function
*
* Copyright (c) 1990-1993, Computer Associates International, Inc.
* All rights reserved.
*
*/
// Subscripts 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 array
#define F_LEN 5
#define _DIRECTRY_CH