Skip to main content

futimens

Function futimens 

Source
pub fn futimens(
    fd: i32,
    atime: &TimeSpec,
    mtime: &TimeSpec,
) -> Result<(), Errno>
Expand description

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

ยงReferences

futimens(2).