isFile abstract method

bool isFile(
  1. String path
)

Checks whether path points to an existing file.

Implementation

bool isFile(String path);