Return true if the path references a resource in this folder.
true
path
The path must be absolute and normalized.
@override bool contains(String path) { return p.isWithin(directory.path, path); }