So I need to take this:
[tt]
\\servername\folder1\folder2\
[/tt]
and convert it to a Unix file name format:
[tt]
//servername/folder1/folder2
[/tt]
I have tried using replace all, but all the ///// and \\\\\ is very confusing and I can't get it set correctly.
Anyone have any idea how to do the replacement?
Thanks!
Leslie
Have you met Hardy Heron?
[tt]
\\servername\folder1\folder2\
[/tt]
and convert it to a Unix file name format:
[tt]
//servername/folder1/folder2
[/tt]
I have tried using replace all, but all the ///// and \\\\\ is very confusing and I can't get it set correctly.
Anyone have any idea how to do the replacement?
Thanks!
Leslie
Have you met Hardy Heron?