From 539af192a4731f9fcc7909a67aae8955faa42e42 Mon Sep 17 00:00:00 2001 From: Muhammad Anas Sarfraz Date: Thu, 22 Sep 2022 16:37:57 +0400 Subject: [PATCH] Add path module resources (#1845) * short description about path module and its functions * short description about path module and its functions * short description about path module and its functions * Update content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md Co-authored-by: Muhammad Anas Co-authored-by: Kamran Ahmed --- .../105-nodejs-working-with-files/101-path-module.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md index 195fc7c40..3381f3c2c 100644 --- a/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md +++ b/content/roadmaps/107-nodejs/content/105-nodejs-working-with-files/101-path-module.md @@ -1 +1,8 @@ -# Path module \ No newline at end of file +# path module + +The `path` module provides utilities for working with file and directory paths. It's built-in to Node.js core and can simply be used by requiring it. + +Free Content +Official Website +Official Website +Path Module in Node.js