node-fs-readfile Flashcards
1
Q
What is a directory?
A
a directory is a unique type of file that contains other files
2
Q
What is a relative file path?
A
how you get from one store in the mall to another
it describes the location of the file in relation to the current working directory
3
Q
What is an absolute file path?
A
how you get from the entrance of the mall to a store in the mall
specifying the location of a file or directory from the root directory
4
Q
What module does Node.js include for manipulating the file system?
A
fs aka filesystem