Skip to main content

file_modified_since

Function file_modified_since 

Source
pub fn file_modified_since(path: &Path, since_ts: Option<i64>) -> bool
Expand description

Check if a file was modified since the given timestamp. Returns true if the file should be processed (modified since timestamp or no timestamp given).