node-fs-readfiles Flashcards
1
Q
What is a directory?
A
2
Q
What is a relative file path?
A
location that is relative to a current directory, uses . and .. to translate current and parent directory
3
Q
What is an absolute file path?
A
An absolute path always contains the root element and the complete directory list required to locate the file
4
Q
What module does Node.js include for manipulating the file system?
A
js fs module