What is a directory?
What is a relative file path?
location that is relative to a current directory, uses . and .. to translate current and parent directory
What is an absolute file path?
An absolute path always contains the root element and the complete directory list required to locate the file
What module does Node.js include for manipulating the file system?
js fs module