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
);
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 Mac OS 9, and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)