node-fs-readfile-Q&A Flashcards
1
Q
What is a directory?
A
a directory is a file system cataloging structure which contains references to other computer files, and possibly other directories.
2
Q
What is a relative file path?
A
refers to a location that is relative to a current directory.
3
Q
What is an absolute file path?
A
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
With Node. js, you can programmatically manipulate files with the built-in fs module.