What is a directory?
group files into separate collections
What is a relative file path?
describes the location of a file relative to the current (working) directory
What is an absolute file path?
makes no assumptions about your current location in relation to the location of the file or directory it’s describing
What module does Node.js include for manipulating the file system?
fs module
What method is available in the node:fs module for reading data from a file?
fs.readFile()