Work with files and directories in a Node.js app

Beginner
Developer
Student
Azure

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