quote:
Originally posted by CookieRevised
quote:
Originally posted by SpunkyLoveMuff
I thought about the file format, but wasn't sure. I tried PlaySound with the ScriptFilesPath and it worked occasionally... Does that still have to have the \\ at the start or not?
If you want the path to be absolute then yes, you need the have the \ character at the start of the path string. And to have a \ character in JScript you need to enter either the string "\\" or enter the character as a ascii code like "\x5C".
And this is why I think Patchou needs to amend the documentation to make it easier for new people to understand for this stuff to do with files. He should at least put it in the remarks section, isn't that why it is there after all?