If I run a node script in C:\temp in Windows how do I find out what directory that script is running from, (how do I find the path to where the script itself is located in the filesystem?)
The fs module documentation doesn't seem to hold an answer to this.