Node.js – Path Module

Introduction In this blog post you will learn how to use Path module in Node.js. Node.js Path module is a built-in module used for handling and transforming file paths. The path module provides a lot of useful utilities to access and interact with the file system. As it is a core module therefore you don’t need to

Read more