- File-system is a npm module allows user to work with files system on the computer .
- We can create , update , delete a file or directory using FS .
Using npm:
$ npm install fs
- Read file
- Create file
- Update file
- Delete file
- Rename file
Using npm:
$ npm install fs