Example #1
0
 /**
  * Return chunk path
  *
  * @param int $index
  *
  * @return string
  */
 public function getChunkPath($index)
 {
     return $this->config->getTempDir() . DIRECTORY_SEPARATOR . $this->identifier . '_' . $index;
 }