예제 #1
0
 /**
  * Check whether given path is directory
  *
  * @param string $path [optional]
  * @return bool
  */
 public function isDirectory($path = null)
 {
     return $this->driver->isDirectory($this->driver->getAbsolutePath($this->path, $path));
 }