Carbon


FSGetDataForkName

Header: Files.h Carbon status: Supported

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

OSErr FSGetDataForkName (
    HFSUniStr255 *dataForkName
);
Parameter descriptions
dataForkName

On return, a pointer to the Unicode name of the data fork, in an HFSUniStr255 structure. On input, a pointer to an empty HFSUniStr255 structure.

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)