quote:
Originally posted by SpunkyLoveMuff
quote:
Originally posted by Volv
prefix the path with "\". Example: "\C:\directory\script.js".
It will be
code:
"\\C:\\directory\\script.js
as you would need to escape your slashes
As I said, it's a direct quote from the documentation.