What is a directory?
It is the file system that catalogs structure which contains references to other files and possibly other directories.
What is a relative file path?
Refers to a location that is relative to the current directory
What is an absolute file path?
It is the full path, it must include the root directory.
Starts with a slash
What module does Node.js include for manipulating the file system?
The fs module
file system