pub fn mtime_recursive(path: &Path) -> Result<FileTime>
Expand description

Returns the maximum mtime of the given path, recursing into subdirectories, and following symlinks.