I just made a small program that saves a path into an INI file.
But on the output, the path is written like so :
C:\\Windows
I want it to be put like so :
C:\Windows
I tried many way with the string.replace but one backslash gives error and putting 4 doesn't makes 1 backslashes in the output but 4...
I am out of ideas.