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

A location that is relative to a current directory (file name)

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

What is an absolute file path?

A

Contains the full path to the file and not only the file name; refers to the complete details needed to locate a file or folder, starting from the root element

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 (file system) module

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