node-js-readfile Flashcards
1
Q
What is a directory?
A
a special file that holds other directories and or files
2
Q
What is a relative file path?
A
one path to another
a way to get to file
not an absolute path
3
Q
What is a relative file path?
A
always start with a slash
at root
4
Q
What module does Node.js include for manipulating the file system?
A
fs module