April 10, 2004

FreeBSD 4.9

MGrFileTime(3) i386/PRM


NAME

MGrFileTime - returns the last modification time of a file.


LIBRARY

Mojave green software co's general utilities library libMG.so.0 ( -lMG )


SYNOPSIS

#include    <MGrFileTime.h>

unsigned long int {time of last modification}   = MGrFileTime( char* {fileName} )
       

DESCRIPTION

Given a file name and path, MGrFileTime will return the last time is was accessed. I have no idea how to interpret the number that is returned; however it is handily for determining if the contents of a file may have changed.


RETURN VALUES

MGrFileTime returns the time a file was last accessed as a long unsigned integer.


FILES

MGrFileTime sources
Makefile html
MGrFileTime.c html .c
MGrFileTime.h html .h

EXAMPLES

        
       

DIAGNOSTICS


COMPATIBILITY


ERRORS


SEE ALSO


STANDARDS


HISTORY


AUTHORS

Mojave Green Software Co.
Landers Ca
Michael C. Shultz
copyright(c) March 2004
all rights reserved
       

BUGS