Carbon


FSSetCatalogInfo

Header: Files.h Carbon status: Supported

Sets the general information about a file or directory.

OSErr FSSetCatalogInfo (
    const FSRef *ref, 
    FSCatalogInfoBitmap whichInfo, 
    const FSCatalogInfo *catalogInfo
);
Parameter descriptions
ref

A pointer to the file or directory whose information is to be changed.

whichInfo

Which catalog info fields to set.

catalogInfo

A pointer to the structure containing the new values of catalog info fields. The following fields may be set:

function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 9, or later.


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