Horje
update a file where there is a keyword c# Code Example
update a file where there is a keyword c#
string text = File.ReadAllText("test.txt");
text = text.Replace("some text", "new value");
File.WriteAllText("test.txt", text);




Csharp

Related
c# best way to loop and remove Code Example c# best way to loop and remove Code Example
windows forms webbrowser refresh Code Example windows forms webbrowser refresh Code Example
how to chceck for a tag in a trigger enter 2d unity Code Example how to chceck for a tag in a trigger enter 2d unity Code Example
c# get executing file name Code Example c# get executing file name Code Example
find gameobject by name in root Code Example find gameobject by name in root Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9