Check if a file exists at the given path.
static bool fileExists(String filePath) { return File(filePath).existsSync(); }