#include <sys/types.h> int utime( const char *filename, struct utimbuf *buf );
Filename does not exist
Utime changes the access and modification times of the inode
specified by filename to the actime and modtime
fields of buf respectively. If buf is NULL, then the
access and modification times of the file are set to the current time.
NONE
Copyright © 1988-2004 OAR Corporation