node-fs-readfile Flashcards
1
Q
What is a directory?
A
folders which allow the user to group files into separate collections.
2
Q
What is a relative file path?
A
The path of the file that is relative to the current web-page.
3
Q
What is an absolute file path?
A
An absolute path refers to the complete details needed to locate a file or folder, starting from the root element and ending with the other subdirectories. Absolute paths are used in websites
4
Q
What module does Node.js include for manipulating the file system?
A
readFile.