exists abstract method

bool exists(
  1. String path
)

Checks whether a file or directory exists at path.

Implementation

bool exists(String path);