I want to replace a character in a string that is located in a txt file. After installation there will be a test.txt file This file has a specific string (i already have a variable of this string) this string contains 2 back slashes and i want to replace these with 2 forward slashes. Thats all it has to do. Is there is a simple way of doing this?

