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