• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/webdavtmpfile.php
  • Класс: CWebDavTmpFile
  • Вызов: CWebDavTmpFile::getAbsolutePath
public function getAbsolutePath()
{
	if(($path = $this->getAbsoluteCloudPath()))
	{
		return $path;
	}
	return CTempFile::GetAbsoluteRoot() . '/' . $this->path;
}