fn very_old(entry: &DirEntry, now: SystemTime) -> Result<bool>
Available on non-WebAssembly only.
Expand description
Return true if entry
is very old relative to now
and therefore safe to delete.
fn very_old(entry: &DirEntry, now: SystemTime) -> Result<bool>
Return true if entry
is very old relative to now
and therefore safe to delete.