What is a directory?
A folder, means of organization for the file system
What is a relative file path?
A relative file path points to a file relative to the current page
What is an absolute file path?
An absolute path is defined as the specifying the location of a file or directory from the root directory(/). In other words we can say absolute path is a complete path from start of actual filesystem from / directory
What module does Node.js include for manipulating the file system?
The FS module (file system)