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 <anas.s@automatedbusiness.solutions> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1852/head
parent
93b4b6741c
commit
539af192a4
1 changed files with 8 additions and 1 deletions
@ -1 +1,8 @@ |
|||||||
# Path module |
# 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. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Official API Reference' href='https://nodejs.org/api/path.html'>Official Website</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Official Docs' href='https://nodejs.dev/en/learn/the-nodejs-path-module/'>Official Website</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://youtu.be/j95Lwxvi9JY'>Path Module in Node.js</BadgeLink> |
||||||
|
Loading…
Reference in new issue