@override bool contains(String key) { final normalized = getAbsolutePath(key: key, dirName: root); return path.isWithin(root, normalized); }