public function getFolderSize(Path $p)
 {
     return self::sizeToHuman($this->d->getFolderSize($p));
 }