108 'ADD_PATH' => $directory->getName(),
109 'REMOVE_PATH' => $directory->getPhysicalPath(),
112 if (empty($seekPath) && !empty($this->seekPath))
114 $seekPath = $this->seekPath;
123 return \count($this->lastFile) + ($this->tempres ==
"continue" ? 1 : 0);
131 $res = $this->archive->pack([$directory->getPhysicalPath()], $seekPath);
135 case \IBXArchive::StatusContinue:
137 $this->processedFileCount =
$counter();
140 case \IBXArchive::StatusSuccess:
141 $this->processedFileCount =
$counter();
144 case \IBXArchive::StatusError:
145 $errors = $this->archive->getErrors();