GET_OWNER owner name of file or directory

Contents

Inputs

Outputs

function n = get_owner(file, backend)
arguments
  file {mustBeTextScalar}
  backend (1,:) string = ["java", "dotnet", "python", "sys"]
end

fun = hbackend(backend, "get_owner");

n = fun(file);

end