Description:
This function will return the Name of the specified Collection. This
value will be the (absolute) full path to the directory that contains
the disk representation of the specified Collection. The returned value
will be encoded using the UTF-8 encoding (thus enabling the
existance of non Latin characters in the value). The return value will be of type char* and will be owned by CDM.
Returns Attribute's Name...
Return Value:
This function returns a UTF-8 string that represents the Name of the
specified Collection (the disk (absolute) path of the Collection in
disk). If an error occurs, then NULL will be return and an error message will
be left at the current active Tcl interpreter (CDM_Interp).
Note that the returned object is property of the CDM and should never
be freed or modified in any way by the caller.
Notes:
This function is equivelant to tip_GetName (Tcl API).
See Also:
CDM_SetName, tip_GetName
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.