What is a directory?
a directory is a unique type of file that contains other files
What is a relative file path?
how you get from one store in the mall to another
it describes the location of the file in relation to the current working directory
What is an absolute file path?
how you get from the entrance of the mall to a store in the mall
specifying the location of a file or directory from the root directory
What module does Node.js include for manipulating the file system?
fs aka filesystem