A wrapper for the POSIX utime() function. The utime() function sets the access and modification timestamps of a file. See your C library manual for more details about how utime() works on your system. Since 2.18
a pathname in the GLib file name encoding (UTF-8 on Windows)
a pointer to a struct utimbuf.
0 if the operation was successful, -1 if an error occurred
See Implementation
A wrapper for the POSIX utime() function. The utime() function sets the access and modification timestamps of a file. See your C library manual for more details about how utime() works on your system. Since 2.18