file_SetModifyTime

[<<<] [>>>]

@c Set the modification 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_SetModifyTime(char *pszFile,
                       long lTime
  )@{

[<<<] [>>>]