TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.18
A wrapper for the POSIX utime() function. The utime() function sets the access and modification timestamps of a file.
utime()
See your C library manual for more details about how utime() works on your system.
a pathname in the GLib file name encoding (UTF-8 on Windows)
Optional
a pointer to a struct utimbuf.
0 if the operation was successful, -1 if an error occurred
2.18
A wrapper for the POSIX
utime()function. Theutime()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.