let us say, I have a string:

\folder\file.html

How do I search the all the caracters "\" and replace then with "\\" SO I get a string like this:

\\folder\\file.html


I know it is straightforward for you guys!