node-fs-readfile Flashcards
1
Q
What is a directory?
A
Directory of relative path to files
2
Q
What is a relative file path?
A
file path to the current working directory
3
Q
What is an absolute file path?
A
Address of the file in the system
4
Q
What module does Node.js include for manipulating the file system?
A
FS Module