What is a directory?
Directories are folders that allow the user to group specific files together
What is a relative file path?
Relative path is defined as the path related to the present working directly(pwd). It starts at your current directory and never starts with a / .
What is an absolute file path?
An absolute path is defined as specifying the location of a file or directory from the root directory(/).
What module does Node.js include for manipulating the file system?
The fs module