exists abstract method

bool exists(
  1. String path
)

Whether a file at path exists.

Implementation

bool exists(String path);