Reply To: Simple relink script help!

#60781

Yes, it is. Forward slashes work as well:

newPath = “c:/temp/newproject/”;

What I mean is that backslash is the escape character, so we must use a double backslash to indicate it. In the original post I see single backslashes:

myNewPath = 'c:tempnewproject'

Probably, initallly they were there, but the forum software removed them.

This article was last modified on October 15, 2011

Comments (0)

Loading comments...