コード例 #1
0
ファイル: Wrapper.php プロジェクト: GitHubUser4234/core
 /**
  * check if a file can be created in $path
  *
  * @param string $path
  * @return bool
  */
 public function isCreatable($path)
 {
     return $this->storage->isCreatable($path);
 }