Nodejs-Built-in-OS-Path-Modules
- OS Modules
- Path Modules
- FS Modules
- HTTP Modules
- etc
The πΌπ module provides operating system-related utility methods and properties. It can be accessed using:
What is the Path module in node?
From the node js docs, The path module provides utilities for working with file and directory paths. It can be accessed using. Yes, a module that will ease your life when working with files and directories.