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

	return $this->isWritable();
}