T
Terry Olsen
I have a string containing this:
MyDisk (C
\MyDirectory\MyFile.txt
I need to change it to:
C:\MyDirectory\MyFile.txt
What, if any, Regex string would help me do this?
Thanks.
MyDisk (C
\MyDirectory\MyFile.txtI need to change it to:
C:\MyDirectory\MyFile.txt
What, if any, Regex string would help me do this?
Thanks.