Checks if a file exists at path.
path
@override Future<bool> exists(String path) async { return await File(p.join(root, path)).exists(); }