node-fs-readfile Flashcards
1
Q
What is a directory?
A
A folder, means of organization for the file system
2
Q
What is a relative file path?
A
A relative file path points to a file relative to the current page
3
Q
What is an absolute file path?
A
An absolute path is defined as the specifying the location of a file or directory from the root directory(/). In other words we can say absolute path is a complete path from start of actual filesystem from / directory
4
Q
What module does Node.js include for manipulating the file system?
A
The FS module (file system)