node-fs-readfile Flashcards
1
Q
What is a directory?
A
a file system structure which includes files, and other directories; usually known as folders
2
Q
What is a relative file path?
A
a path that is relative to current directory; usually starts with ./
3
Q
What is an absolute file path?
A
a path that includes the complete directory list; always contains the root element
4
Q
What module does Node.js include for manipulating the file system?
A
fs module