afc_fileops_utime

Name

afc_fileops_utime  -- Change the file times

Synopsis

int afc_fileops_utime ( FileOperations * fo, char * file_name, struct utimbuf * times );

Description

This function changes the time of the file file_name.

Inputs

fo

Pointer to a valid FileOperations class.

file_name

The file/dir name to work on

times

An already set utimbuf structure with the new values.

Result

Note

See Also