MGrFileTime - returns the last modification time of a file.
Mojave green software co's general utilities library libMG.so.0 ( -lMG )
#include <MGrFileTime.h> unsigned long int {time of last modification} = MGrFileTime( char* {fileName} )
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.
MGrFileTime returns the time a file was last accessed as a long unsigned integer.
MGrFileTime sources | ||
---|---|---|
Makefile | html | |
MGrFileTime.c | html | .c |
MGrFileTime.h | html | .h |
Mojave Green Software Co. Landers Ca Michael C. Shultz copyright(c) March 2004 all rights reserved