• Модуль: translate
  • Путь к файлу: ~/bitrix/modules/translate/lib/io/file.php
  • Класс: BitrixTranslateIOFile
  • Вызов: File::openLoad
public function openLoad(): bool
{
	if ($this->isExists())
	{
		$this->open(MainIOFileStreamOpenMode::READ);
	}

	return $this->isExists() && $this->isReadable();
}