log = file("filepath/file.txt")
So far I've been unsuccessful in doing this. Figured I'd ask and make sure and see if anyone has any workarounds in mind.
For the record, the purpose of this is to log run-time errors in a sub-folder by date. Doesn't seem possible if this paths cannot be specified in a file() string though (would be disappointing since going through Dream Daemon for errors is extremely tedious with the small box 'n all).
Thanks.
You'll want to be setting it at runtime, not compile-time.