Ejemplo n.º 1
0
 /**
  * @param string $path the path of the target folder
  * @param string $fileName the name of the file itself
  * @return void
  * @throws InvalidPathException
  */
 public function verifyPath($path, $fileName)
 {
     $this->storage->verifyPath($path, $fileName);
 }