readFile static method

File readFile(
  1. String path
)

returns File of the platform

Implementation

static File readFile(String path) {
  return File(path);
}