string webPath = folderPath.Replace("\", "/");
Hi, I'm trying to replace the above but struggling. Will I need an apply an escape sequence to /. If so anyone know what it is in c#. Any help/hints much appreciated.
string webPath = folderPath.Replace(@"\", "/");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With