public function createDirectory($name)
 {
     $newPath = $this->path . '/' . $name;
     M::mkdir($newPath);
 }