示例#1
0
文件: Storage.php 项目: bugotech/io
 /**
  * Get the visibility for the given path.
  *
  * @param  string $path
  *
  * @return string
  */
 public function getVisibility($path)
 {
     $path = $this->getPathPrefix($path);
     return $this->drive->getVisibility($path);
 }