• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/webdavtmpfile.php
  • Класс: CWebDavTmpFile
  • Вызов: CWebDavTmpFile::getAbsoluteCloudPath
private function getAbsoluteCloudPath()
{
	if($this->isCloud && $this->bucketId)
	{
		$bucket = $this->getBucket();
		return $bucket->getFileSRC($this->path . '/' . $this->filename);
	}
	return false;
}