예제 #1
0
 /**
  * Gathers the statistics of the given path
  *
  * @param string $path
  * @return array
  * @throws \Magento\Framework\Exception\FileSystemException
  */
 public function stat($path)
 {
     return $this->driver->stat($this->driver->getAbsolutePath($this->path, $path));
 }
예제 #2
0
 /**
  * {@inheritDoc}
  *
  * @return array
  */
 public function stat()
 {
     return $this->driver->stat($this->path);
 }