What is a directory?
Folders which allow the user to group files into separate collections
What is a relative file path?
A location that is relative to a current directory (file name)
What is an absolute file path?
Contains the full path to the file and not only the file name; refers to the complete details needed to locate a file or folder, starting from the root element
What module does Node.js include for manipulating the file system?
The fs (file system) module