Tutorial on Node File System


Ifourtechnolab

Uploaded on Oct 4, 2019

Category Technology

The Node.js file system module allows you to work with the file system on your computer. Node.js gives the functionality of File I/O by providing wrappers around the standard POSIX functions. In Node.js, File I/O methods can be performed in both synchronous as well as asynchronous form depending upon the user requirements.

Category Technology

Comments