/**
  * @param File $file
  *
  * @return string
  */
 protected function createFilePath(File $file)
 {
     return $this->directory . '/' . $file->getFilePath();
 }