Checks if the file exists at the given path.
@override Future<bool> exists(String path) async { return _file(path).exists(); }