public function childExists($name)
 {
     $path = $this->path . '/' . $name;
     return M::file_exists($path);
 }