SyntaxFix
Write A Post
Hire A Developer
Questions
process.cwd() returns the current working directory,
process.cwd()
i.e. the directory from which you invoked the node command.
node
__dirname returns the directory name of the directory containing the JavaScript source code file
__dirname