Пример #1
0
 /**
  * Creates a folder
  *
  * @param string $path The path to the new object
  *
  * @return boolean The success of the operation
  */
 public function createFolder($path)
 {
     return $this->adapter->createFolder($path);
 }