FileSystem.utimens

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.

class FileSystem
@null
void
utimens
(
string path
,
ref const(timespec)[2] tv
,)

Meta