computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
393 B
9 lines
393 B
# 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. |
|
|
|
Visit the following resources to learn more: |
|
|
|
- [Official Website](https://nodejs.org/api/path.html) |
|
- [Official Website](https://nodejs.dev/en/learn/nodejs-file-paths/) |
|
- [Path Module in Node.js](https://youtu.be/j95Lwxvi9JY)
|
|
|