Q3UnixPathStorage_Set
You can use theQ3UnixPathStorage_Setfunction to set information about a UNIX path name storage object.
TQ3Status Q3UnixPathStorage_Set ( TQ3StorageObject storage, const char *pathName);
storage- A UNIX path name storage object.
pathName- A pointer to the path name of a file. The path name is a null-terminated C string. (A file does not yet need to exist in that location.)
DESCRIPTION
TheQ3UnixPathStorage_Setfunction sets the path name of the file associated with the UNIX path name storage object specified by thestorageparameter to the string pointed to by thepathNameparameter.SPECIAL CONSIDERATIONS
You must not useQ3UnixPathStorage_Setwith an open UNIX path name storage object.ERRORS
kQ3ErrorAccessRestricted
kQ3ErrorInvalidObjectParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help