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