![]() |
![]()
| ![]() |
![]()
NAMEDtDtsFileToAttributeList — get a list of attributes for a file SYNOPSIS#include &<Dt/Dts.h> DtDtsAttribute **DtDtsFileToAttributeList( const char *filepath); DESCRIPTIONThe DtDtsFileToAttributeList function returns a list of attributes for the specified file. The filepath argument is the pathname of the file. RETURN VALUEUpon successful completion, the DtDtsFileToAttributeList function returns a NULL-terminated array of pointers of *DtDtsAttribute, or NULL if no values could be determined. APPLICATION USAGEThe application should use the DtDtsFreeAttributeList(3) function to release the memory for the returned value. SEE ALSODt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeAttributeList(3).
|