Carbon


HFSPlusCatalogFile

Header: HFSVolumes.h

struct HFSPlusCatalogFile {
    SInt16 recordType; 
    UInt16 flags; 
    UInt32 reserved1; 
    HFSCatalogNodeID fileID; 
    UInt32 createDate; 
    UInt32 contentModDate; 
    UInt32 attributeModDate; 
    UInt32 accessDate; 
    UInt32 backupDate; 
    HFSPlusPermissions permissions; 
    FInfo userInfo; 
    FXInfo finderInfo; 
    UInt32 textEncoding; 
    UInt32 reserved2; 
    HFSPlusForkData dataFork; 
    HFSPlusForkData resourceFork;
};

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