I am currently writing a string of text to the console for testing reasons, as below:
console.log JSON.stringify @classification
How do I write this to a text file in coffeescript?
Cheers
James
In node.js - and I want to write to a filename of my choosing - not a default log file.