file_modification_identifier

Function file_modification_identifier 

Source
pub fn file_modification_identifier<PathT>(path: PathT) -> Result<u64>
where PathT: AsRef<Path>,
Expand description

Calculates an identifier for a file based on its modification date.

The actual value is intended to be opaque, however it should be unique for every file modification.