I have the string: \\rnosapmdwq\\salesforce\\R3Q\\OutputFiles\\Archive
I\'m getting a unrecognized escape sequence when I try to send this to a .NET web service.
You don't need to make a regex a string, and it helps having that first / in there
/
Path = Path.replace(/\\/g, "|")