Returns true if a file exists at path.
path
static bool fileExists(String path) => File(path).existsSync();