directoryExists abstract method

bool directoryExists(
  1. String path
)

Returns whether a directory exists at path.

Implementation

bool directoryExists(String path);