What is a directory?
Collection (or folder) which allows the user to group files into.
What is a relative file path?
A path starting from the cwd.
What is an absolute file path?
A path starting from the root.
What module does Node.js include for manipulating the file system?
The fs module.