fileExists abstract method

bool fileExists(
  1. String path
)

Returns whether a file exists at path.

Implementation

bool fileExists(String path);