Work with files and directories in a Node.js app
Build an app that manipulates files and directories with Node.js.
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