Esempio n. 1
0
 /**
  * check if a file can be created in $path
  *
  * @param string $path
  * @return bool
  */
 public function isCreatable($path)
 {
     return $this->storage->isCreatable($path);
 }