Change the access and modification times of a file with nanosecond resolution.
This supersedes the old utime() interface. New applications should use this.
fi will always be NULL if the file is not currenlty open, but may also be NULL if the file is open.
See the utimensat(2) man page for details.
See Implementation
Change the access and modification times of a file with nanosecond resolution.
This supersedes the old utime() interface. New applications should use this.
fi will always be NULL if the file is not currenlty open, but may also be NULL if the file is open.
See the utimensat(2) man page for details.