Carbon


FSGetResourceForkName

Header: Files.h Carbon status: Supported

Returns a Unicode string constant for the name of the resource fork.

OSErr FSGetResourceForkName (
    HFSUniStr255 *resourceForkName
);
Parameter descriptions
resourceForkName

On return, a pointer to an HFSUniStr255 structure containing the Unicode name of the resource fork ( “RESOURCE_FORK” on input).

function result

A result code.

DISCUSSION

There is no parameter block-based form of this call since it is not dispatched to individual volume formats, and does not require any I/O.

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)