pub fn mtime_recursive(path: &Path) -> CargoResult<FileTime>
Expand description
Returns the maximum mtime of the given path, recursing into subdirectories, and following symlinks.
pub fn mtime_recursive(path: &Path) -> CargoResult<FileTime>
Returns the maximum mtime of the given path, recursing into subdirectories, and following symlinks.