how to automatically escape the path
I have a path string like c:usertesttest.jpg, how can I make it c:\user\test\test.jpg?
I have a path string like c:usertesttest.jpg, how can I make it c:\user\test\test.jpg?
What is the best way to represent a Windows directory, for example "C:meshesas"? I have been trying to modify a script but it never works because I can’t seem to get the directory right, I assume because of the '' acting as escape character?
I have the above-mentioned error in s1="some very long string............"