Reads a file and returns the file's contents.
Identical to fs.readFileSync, except that:
The path to the file.
The encoding to use when reading the file.
The file's contents or undefined if the file does not exist.
Generated using TypeDoc
Reads a file and returns the file's contents.
Identical to fs.readFileSync, except that: