readFile abstract method

String readFile(
  1. String path
)

Reads the UTF-8 contents of the file at path.

Implementation

String readFile(String path);