Q3File_IsOpen
You can use theQ3File_IsOpenfunction to determine whether a file object is open.
TQ3Status Q3File_IsOpen (TQ3FileObject file, TQ3Boolean *isOpen);
file- A file object.
isOpen- On exit, a Boolean value that indicates whether the specified file is open (
kQ3True) or closed (kQ3False).DESCRIPTION
TheQ3File_IsOpenfunction returns, in theisOpenparameter, a Boolean value that indicates whether the file object specified by thefileparameter is open (kQ3True) or closed (kQ3False).ERRORS
kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help