/*
 * File......: FN_NDIR.CH
 * Author....: Mark Mitchelson
 * CIS ID....: 76515,2207
 * Date......: 9/20/94
 * Revision..: $Revision$
 * Log file..: $Logfile$
 *
 * This is an original work by Mark Mitchelson and placed in public domain.
 *
 *
 * Modification history:
 * ---------------------
 *
 * $Log$
 *
 */


#include "Directry.ch"

// Extended subscripts for the DIRECTORY() return array
#define F_OWNER 6
#define F_CREATE 7
#define F_LASTACCESS 8

