Carbon


FileInfo

Header: Finder.h

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

Field descriptions

fileType
fileCreator
finderFlags
location
reservedField


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)