Function nix::sys::stat::futimens

source ·
pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()>
Available on crate feature fs only.
Expand description

Change the access and modification times of the file specified by a file descriptor.

References

futimens(2).