node-fs-readfile Flashcards

1
Q

What is a directory?

A

It is the file system that catalogs structure which contains references to other files and possibly other directories.

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

What is a relative file path?

A

Refers to a location that is relative to the current directory

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

What is an absolute file path?

A

It is the full path, it must include the root directory.

Starts with a slash

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

file system

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