Function: filestat Purpose: Returns the status of a file. Category: UTILITY File: filestat.c Author: K.G. Begeman Use: INTEGER FILESTAT( FILENAME , Input CHARACTER*(*) ATIME , Output INTEGER MTIME , Output INTEGER FTYPE ) Output INTEGER FILESTAT Return 0 on success, non-zero on error. FILENAME Name of file to check. ATIME Last access time in seconds since 1 Jan 1970. MTIME Last modification time in secs. FTYPE 1 regular file 2 directory 0 other Warning: System dependent! Currently implemented for UNIX systems. Updates: May 30, 1992: KGB Document created.