write_file
- Синтаксис
-
native write_file(const file[], const text[], line = -1);
Переменная | Описание |
---|---|
file |
Path to open |
text |
String to write to |
line |
Index of the line, starting to 0 If < 0, content will be appended |
- Описание
- Writes text to file.
- Пометка
-
This native is expensive. Consider the use of new file natives (fopen(), fputs(), etc.) if purpose is to write several lines of a file.
- Возвращает
- Функция ничего не возвращает