• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/fileman_utils.php
  • Класс: CFilemanChmod
  • Вызов: CFilemanChmod::Init
public function Init($Params)
{
	$this->value = $Params['value'];
	$this->startTime = time();
	$this->Params = $Params;
	$this->Result = array();

	$this->bSkip = $this->Params['lastPath'] ? true : false;
	if ($this->bSkip)
	{
		$this->Params['lastPath'] = Rel2Abs("/", $this->Params['lastPath']);
		$this->Params['lastPath'] = $_SERVER["DOCUMENT_ROOT"].$this->Params['lastPath'];
	}
}