Using FileAppendString to create new files

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Благодарностей
12
Баллы
18
I am trying to write text to a file but I would like to overwrite the current file and not to append to it.

Код:
string path = {pathToFile};
string text = "it is new line in the file!";
bool appendNewLine = true;
FileSystem.FileAppendString(path, text, appendNewLine);
The FileAppendString method obviously appends to the file but I need to overwrite
 

copper12

Client
Регистрация
26.11.2016
Сообщения
1 111
Благодарностей
260
Баллы
63

zenfreak

Client
Регистрация
21.08.2013
Сообщения
249
Благодарностей
12
Баллы
18
Exactly what I was looking for, thank you!
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)