return new VltDirectory(ctx, dir.getParentFile());
}
public String getAggregatePath() throws VltException {
VltDirectory parent = getParent();
VltEntries es = parent.getEntries();
if (es != null) {
VltEntry e = es.getEntry(dir.getName());
if (e != null) {
return e.getAggregatePath();
}
} else {
// fallback if the parent is not controllable. check the