How do I get the world.log to goto a file? I have world.log = file("theLog.txt") but that does nothing, it still outputs to the screen! And there is no log file!
#1 Jan 10 2003, 4:12 pm (Edited on Jan 11 2003, 5:10 pm)
That's what I had in the first post, that didn't work. Single quotes claim the file doesnt exist, which is bull. It's in the same directory as everything else.
That's what I had in the first post, that didn't work. Single quotes claim the file doesnt exist, which is bull. It's in the same directory as everything else.
Double quotes. That's what the file() proc is for: To convert a double-quote form to an actual file object.
[EDIT]
lol sorry, I forget that sometimes