Skip to content

Commit

Permalink
немонопольное чтение настроек плагинов
Browse files Browse the repository at this point in the history
  • Loading branch information
snov1kov committed Mar 5, 2020
1 parent 68db06c commit 1e66be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Функция ПрочитатьФайл(Знач ПутьКФайлу) Экспорт

ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8");
ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8", , , Ложь);
ТекстФайла = ЧтениеТекста.Прочитать();
ЧтениеТекста.Закрыть();

Expand Down

0 comments on commit 1e66be2

Please sign in to comment.