exists abstract method

bool exists(
  1. String path
)

Checks if a file or directory exists at the specified path.

Implementation

bool exists(String path);