GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtDtsFileToAttributeList(library call) DtDtsFileToAttributeList(library call)

DtDtsFileToAttributeList — get a list of attributes for a file

#include &<Dt/Dts.h>
DtDtsAttribute **DtDtsFileToAttributeList(
const char *filepath);

The DtDtsFileToAttributeList function returns a list of attributes for the specified file.

The filepath argument is the pathname of the file.

Upon successful completion, the DtDtsFileToAttributeList function returns a NULL-terminated array of pointers of *DtDtsAttribute, or NULL if no values could be determined.

The application should use the DtDtsFreeAttributeList(3) function to release the memory for the returned value.

Dt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeAttributeList(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.