node-fs-readfile Flashcards

1
Q

What is a directory?

A

folders which allow the user to group files into separate collections.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a relative file path?

A

The path of the file that is relative to the current web-page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an absolute file path?

A

An absolute path refers to the complete details needed to locate a file or folder, starting from the root element and ending with the other subdirectories. Absolute paths are used in websites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What module does Node.js include for manipulating the file system?

A

readFile.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly