Important: The information in this document is obsolete and should not be used for new development.
HGetFInfo
You can use theHGetFInfo
function to obtain the Finder information for a file.
FUNCTION HGetFInfo (vRefNum: Integer; dirID: LongInt; fileName: Str255; VAR fndrInfo: FInfo): OSErr;
vRefNum
- A volume reference number, a working directory reference number, or
0 for the default volume.dirID
- A directory ID.
fileName
- The name of the file.
fndrInfo
- Information used by the Finder.
DESCRIPTION
TheHGetFInfo
function returns the Finder information stored in the volume's catalog for a file. TheHGetFInfo
function returns only the original Finder information--theFInfo
record, notFXInfo
. (See the chapter "Finder Interface" in Inside Macintosh: Macintosh Toolbox Essentials for a discussion of Finder information.)RESULT CODES