/**
  * Return temporary file path for required file
  *
  * @param  string  $path   file path
  * @return string
  * @author Dmitry (dio) Levashov
  **/
 protected function tmpname($path)
 {
     return parent::_joinPath($this->tmpPath, md5($path));
 }