node-fs-readfile Flashcards
1
Q
What is a directory?
A
directory is a file system that store and organize files on a computer.
2
Q
What is a relative file path?
A
Relative Path is the 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
The absolute path is the complete location of the file or folder from the root.
4
Q
What module does Node.js include for manipulating the file system?
A
file system module