We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68db06c + 1e66be2 commit 2c3ca01Copy full SHA for 2c3ca01
src/core/Классы/internal/files/Модули/РаботаСФайлами.os
@@ -2,7 +2,7 @@
2
3
Функция ПрочитатьФайл(Знач ПутьКФайлу) Экспорт
4
5
- ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8");
+ ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8", , , Ложь);
6
ТекстФайла = ЧтениеТекста.Прочитать();
7
ЧтениеТекста.Закрыть();
8
0 commit comments