Advertisement
Answer
You should escape your backslashes on Windows – U is interpreted as a unicode character directive in the string.
Try:
JavaScript
x
2
1
C:\Users\ etc.
2
You should escape your backslashes on Windows – U is interpreted as a unicode character directive in the string.
Try:
C:\Users\ etc.