|
If you're going to use forward-slashes, you don't need to double them up. That only works because Windows treats C:\\WINDOWS as C:\WINDOWS (after the text has been parsed), and I believe all forward-slashes are converted to backslashes when using them in Windows paths.
|