Next: NF_INQ_GRPNAME, Previous: NF_INQ_DIMIDS, Up: Groups
Given ncid, find length of the full name. (Root group is named "/", with length 1.)
INTEGER FUNCTION NF_INQ_GRPNAME_LEN(INTEGER NCID, INTEGER LEN)
NCIDLENNF_NOERRNF_EBADIDNF_ENOTNC4NF_ESTRICTNC3NF_EHDFERRThis example is from nf_test/ftst_groups.F.
C Check the length of the full name.
retval = nf_inq_grpname_len(grpids(1), full_name_len)
if (retval .ne. nf_noerr) call handle_err(retval)