[][src]Function utime::get_file_times

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

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

Returns (accessed, modified). The times are in seconds from the Unix epoch.