node-fs-readfile Flashcards
1
Q
What is a directory?
A
It is the file system that catalogs structure which contains references to other files and possibly other directories.
2
Q
What is a relative file path?
A
Refers to a location that is relative to the current directory
3
Q
What is an absolute file path?
A
It is the full path, it must include the root directory.
Starts with a slash
4
Q
What module does Node.js include for manipulating the file system?
A
The fs module
file system