Carbon


HFSPlusCatalogFolder

Header: HFSVolumes.h

struct HFSPlusCatalogFolder {
    SInt16 recordType; 
    UInt16 flags; 
    UInt32 valence; 
    HFSCatalogNodeID folderID; 
    UInt32 createDate; 
    UInt32 contentModDate; 
    UInt32 attributeModDate; 
    UInt32 accessDate; 
    UInt32 backupDate; 
    HFSPlusPermissions permissions; 
    DInfo userInfo; 
    DXInfo finderInfo; 
    UInt32 textEncoding; 
    UInt32 reserved;
};

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)