Function rustix::fs::futimens

source · []
pub fn futimens<Fd: AsFd>(fd: Fd, times: &Timestamps) -> Result<()>
Available on crate feature fs only.
Expand description

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

References