node-fs-readfile Flashcards
1
Q
What is a directory?
A
A folder which holds files
2
Q
What is a relative file path?
A
Path, relative to where you are
3
Q
What is an absolute file path?
A
A full path. Starts at the root directory
4
Q
What module does Node.js include for manipulating the file system?
A
fs module