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