• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/fileman_utils.php
  • Класс: CFilemanChmod
  • Вызов: CFilemanChmod::Chmod
public function Chmod($file)
{
	if ($this->bSkip)
	{
		if ($file == $this->Params['lastPath'])
			$this->bSkip = false; // continue handle files from last path
		else
			return; // Files was handled earlier
	}

	$this->Result[] = array(CFilemanUtils::TrimPath($file), false);
}