• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/templates/toloka.php
  • Класс: BitrixSenderPresetTemplatesToloka
  • Вызов: Toloka::fileExists
static function fileExists($path):bool
{
	if($path && File::isFileExists($path))
	{
		return true;
	}

	return false;
}