List<String> files() { return _backend .filesSnapshot() .map((file) => file.path) .toList(growable: false); }