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