Crate utime [] [src]

Missing utime function for Rust

Standard library of Rust doesn't provide the way to set atime/mtime of a file. This crate provides stable way to change a file's last modification and access time.

Functions

set_file_times

Changes the timestamps for a file's last modification and access time.