devela::_dep::rustix::fs

Function futimens

pub fn futimens<Fd>(fd: Fd, times: &Timestamps) -> Result<(), Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

futimens(fd, times)—Sets timestamps for an open file or directory.

§References