node-fs-readfile Flashcards
1
Q
What is a directory?
A
Collection (or folder) which allows the user to group files into.
2
Q
What is a relative file path?
A
A path starting from the cwd.
3
Q
What is an absolute file path?
A
A path starting from the root.
4
Q
What module does Node.js include for manipulating the file system?
A
The fs module.