• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/filedownloader.php
  • Класс: BitrixDiskDocumentOnlyOfficeFileDownloader
  • Вызов: FileDownloader::getTempPath
private function getTempPath(): string
{
	$tmpFile = CTempFile::getFileName(Random::getString(16));
	checkDirPath($tmpFile);

	return $tmpFile;
}