diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/102-process-cwd.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/102-process-cwd.md index 1140e2200..43f09bdbc 100644 --- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/102-process-cwd.md +++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/102-process-cwd.md @@ -1 +1,7 @@ -# Process cwd \ No newline at end of file +# process.cwd() + +The `process.cwd()` method returns the current working directory of the Node.js process. + +Free Content +Official Website +What's the difference between process.cwd() vs __dirname? \ No newline at end of file