NODE FS READFILE Flashcards
1
Q
What is a directory?
A
Directory is a storage that contains files cd excercisename
2
Q
What is a relative file path?
A
It starts at your current directory and never starts with a /What is an absolute file path?
relative to current path
3
Q
What is Absolute file path
A
a complete path from start of actual filesystem from / directory
4
Q
What module does Node.js include for manipulating the file system?
A
fs
5
Q
What does fs.readfile read?
A
Can read modules html