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