• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/iblock.php
  • Класс: CWebDavIblock
  • Вызов: CWebDavIblock::_get_path
function _get_path($section_id, $convert = true)
{
	$res = $this->GetNavChain(array("section_id" => $section_id), $convert);
	return "/".implode("/", $res);
}