Exist Check file path exist in system
@MPI(name: "mesh.fs.exist") Future<bool?> exist(String path, {Context? ctx}) { throw UnimplementedError('exist() has not been implemented.'); }