Work with files and directories in a Node.js app
Build an app that manipulates files and directories with Node.js. This module uses JavaScript CommonJS in the Node.js runtime.
Learning objectives
By the end of this module, you will be able to:
- Work with directories
- Create and delete files
- Read from files
- Write to files
- Parse data in files
Prerequisites
None