• Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/TempFile.php
  • Класс: BitrixUIFileUploaderTempFile
  • Вызов: TempFile::getAbsoluteLocalPath
private function getAbsoluteLocalPath(): string
{
	return CTempFile::getAbsoluteRoot() . $this->getPath();
}