node-fs-readfile Flashcards

1
Q

What is a directory?

A

Collection (or folder) which allows the user to group files into.

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

What is a relative file path?

A

A path starting from the cwd.

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

What is an absolute file path?

A

A path starting from the root.

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

The fs module.

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