node-fs-readfile Flashcards
What is a directory?
File systems typically have directories (also called folders) which allow the user to group files into separate collections.
What is a relative file path?
A relative path refers to a location that is relative to the present working (current) directory.
What is an absolute file path?
An absolute path is defined as specifying the location of a file or directory from the root directory, it is direct
A relative path describes the location of a file relative to the current (working) directory*. An absolute path describes the location from the root directory.
What module does Node.js include for manipulating the file system?
The fs module enables interacting with the file system in a way modeled on standard POSIX functions. fs module allows you to work with the file system and manipulate it