Function file_with_meta::match_meta

source ·
pub fn match_meta<P1, P2>(
    dst: P1,
    dst_meta: P2
) -> Result<Option<FileHttpMetadata>, Error>where
    P1: AsRef<Path>,
    P2: AsRef<Path>,
Expand description

Verify that a file has not been changed since the last time the metadata was stored.

Errors

Propagates errors from mtime_to_unix.