node-fs-readfile Flashcards
1
Q
What is a directory?
A
Folders which allow the user to group files into separate collections
2
Q
What is a relative file path?
A
A location that is relative to a current directory (file name)
3
Q
What is an absolute file path?
A
Contains the full path to the file and not only the file name; refers to the complete details needed to locate a file or folder, starting from the root element
4
Q
What module does Node.js include for manipulating the file system?
A
The fs (file system) module