• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/classes/general/snippets.php
  • Класс: CSnippets
  • Вызов: CSnippets::CheckFile
static function CheckFile($params)
{
	$basePath = self::GetBasePath($params['template']);
	return file_exists(CFileMan::SecurePathVar($basePath.'/'.$params['path']));
}