node-fs-readfile Flashcards
1
Q
What is a directory?
A
A directory is a folder that contains files
2
Q
What is a relative file path?
A
A relative path is a hierarchical path that locates a file or folder on a file system starting from the current directory.
3
Q
What is an absolute file path?
A
An absolute file path locates a file or folder starting from the root of the file system. it 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
The ‘fs’ module