...Человеческий поиск в разработке...
- Модуль: ui
- Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/TempFile.php
- Класс: BitrixUIFileUploaderTempFile
- Вызов: TempFile::getAbsolutePath
private function getAbsolutePath(): ?string { if ($this->isCloud()) { return $this->getAbsoluteCloudPath(); } return $this->getAbsoluteLocalPath(); }