What is a directory?
A directory is a folder that contains files
What is a relative file path?
A relative path is a hierarchical path that locates a file or folder on a file system starting from the current directory.
What is an absolute file path?
An absolute file path locates a file or folder starting from the root of the file system. it 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?
The ‘fs’ module