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.
1 parent 68db06c commit 1e66be2Copy full SHA for 1e66be2
src/core/Классы/internal/files/Модули/РаботаСФайлами.os
@@ -2,7 +2,7 @@
2
3
Функция ПрочитатьФайл(Знач ПутьКФайлу) Экспорт
4
5
- ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8");
+ ЧтениеТекста = Новый ЧтениеТекста(ПутьКФайлу, "UTF-8", , , Ложь);
6
ТекстФайла = ЧтениеТекста.Прочитать();
7
ЧтениеТекста.Закрыть();
8
0 commit comments