Carbon


FileInfo

Header: Finder.h

struct FileInfo {
    OSType fileType; 
    OSType fileCreator; 
    UInt16 finderFlags; 
    Point location; 
    UInt16 reservedField;
};

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