OK, in Node.js, when using module.exports you\'d use:
module.exports
__dirname
To obtain the location of the current file.
For example,