node-fs-readfile Flashcards

1
Q

What is a directory?

A

A folder, means of organization for the file system

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 relative file path points to a file relative to the current 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 is defined as the specifying the location of a file or directory from the root directory(/). In other words we can say absolute path is a complete path from start of actual filesystem from / directory

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