I get a string which have the issue is it has double backslashes
something like
"C:\\WIP\\C#\\bin\\Debug"
I want t replace the double backslashes with a single backslash to look like this
"C:\WIP\C#\bin\Debug"
Thanks.
I get a string which have the issue is it has double backslashes
something like
"C:\\WIP\\C#\\bin\\Debug"
I want t replace the double backslashes with a single backslash to look like this
"C:\WIP\C#\bin\Debug"
Thanks.