matty
Scripting Guru
Posts: 8336 Reputation: 109
39 / /
Joined: Dec 2002
Status: Away
|
RE: Writing files?
quote: Originally posted by n3mo
js code: theFile = fso.OpenTextFile(MsgPlus.ScriptFilesPath + "/data.txt", ForAppending, true);
That is wrong...
js code: theFile = fso.OpenTextFile(MsgPlus.ScriptFilesPath + "\\data.txt", ForAppending, true);
|
|