What is a directory?
directory is a file system that store and organize files on a computer.
What is a relative file path?
Relative Path is the hierarchical path that locates a file or folder on a file system starting from the current directory.
What is an absolute file path?
The absolute path is the complete location of the file or folder from the root.
What module does Node.js include for manipulating the file system?
file system module