Function std::old_io::fs::change_file_timesUnstable [-] [+] [src]

pub fn change_file_times(path: &Path, atime: u64, mtime: u64) -> IoResult<()>

Changes the timestamps for a file's last modification and access time. The file at the path specified will have its last access time set to atime and its modification time set to mtime. The times specified should be in milliseconds.