IS_MOUNT is filepath a mount path

Examples:

function y = is_mount(filepath, backend)
arguments
  filepath {mustBeTextScalar}
  backend (1,:) string = ["python", "sys"]
end

fun = hbackend(backend, "is_mount");
y = fun(filepath);

end