nose-fs-readfile Flashcards
1
Q
What is a directory?
A
location where you store files.
2
Q
What is a relative file path?
A
refers to location that is relative to a current directory. a single dot represents the current directory itself. (starting from current working directory).
3
Q
What is an absolute file path?
A
full path/ complete location of the file or folder including which drive it is on. (starting from root directory).
4
Q
What module does Node.js include for manipulating the file system?
A
fs.