]]> ]]> DtDtsFileToAttributeList library call DtDtsFileToAttributeList get a list of attributes for a file #include <Dt/Dts.h> DtDtsAttribute **DtDtsFileToAttributeList const char *filepath DESCRIPTION The DtDtsFileToAttributeList function returns a list of attributes for the specified file. The filepath argument is the pathname of the file. RETURN VALUE Upon successful completion, the DtDtsFileToAttributeList function returns a NULL-terminated array of pointers of *DtDtsAttribute, or NULL if no values could be determined. APPLICATION USAGE The application should use the &cdeman.DtDtsFreeAttributeList; function to release the memory for the returned value. SEE ALSO Dt/Dts.h, &cdeman.DtDtsLoadDataTypes;, &cdeman.DtDtsFreeAttributeList;.