Q3UnixPathStorage_Get
You can use theQ3UnixPathStorage_Getfunction to get information about a UNIX path name storage object.
TQ3Status Q3UnixPathStorage_Get ( TQ3StorageObject storage, char *pathName);
storage- A UNIX path name storage object.
pathName- On entry, a pointer to a block of memory large enough to hold a string of size
kQ3StringMaximumLength. The path name of the file associated with the specified storage object is copied into that block of memory. The path name is a null-terminated C string.DESCRIPTION
TheQ3UnixPathStorage_Getfunction returns, through thepathNameparameter, a copy of the path name of the file associated with the UNIX path storage object specified by thestorageparameter.ERRORS
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help