2.16.37. file_SetAccessTime

[<<<] [>>>]

@c Set the access time of a file

The argument to the function is the file name and the desired time in number of seconds since the epoch. (January 1, 1970. 00:00)

If the time was set the return value is zero. If there is an error the return value is the error code.

int file_SetAccessTime(char *pszFile,
                       long lTime
  ){

[<<<] [>>>]