node-fs-readfile Flashcards
1
Q
What is a directory?
A
A folder
2
Q
What is a relative file path?
A
A path from the current location to the new location
3
Q
What is an absolute file path?
A
A path from the root location to the new location
4
Q
What module does Node.js include for manipulating the file system
A
The fs module