pub fn not_contains<P: AsRef<Path>>(path: P, expected: &str) -> bool
Returns true if the filename at path does not contain expected.
path
expected