TempFile::getAbsolutePath

  1. Bitrix24 API (v. 23.675.0)
  2. ui
  3. TempFile
  4. getAbsolutePath
  • Модуль: ui
  • Путь к файлу: ~/bitrix/modules/ui/lib/FileUploader/TempFile.php
  • Класс: BitrixUIFileUploaderTempFile
  • Вызов: TempFile::getAbsolutePath
private function getAbsolutePath(): ?string
{
	if ($this->isCloud())
	{
		return $this->getAbsoluteCloudPath();
	}

	return $this->getAbsoluteLocalPath();
}

Добавить комментарий