Returns whether there is contents at the given relative path.
path
@override Future<bool> existsAt(String path) async => (await archive)?.entries[path] != null;