What is a directory?
a file system structure which includes files, and other directories; usually known as folders
What is a relative file path?
a path that is relative to current directory; usually starts with ./
What is an absolute file path?
a path that includes the complete directory list; always contains the root element
What module does Node.js include for manipulating the file system?
fs module