Function utime::get_file_times [] [src]

pub fn get_file_times<P: AsRef<Path>>(path: P) -> Result<(u64, u64)>

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

Returns (accessed, modified). The times are in seconds.