existsSync method

bool existsSync()

Determines whether file exists on disk.

Implementation

bool existsSync() => platform.existsSync(string);