Q3File_IsEndOfFile
You can use theQ3File_IsEndOfFilefunction to determine whether the file position of a file object is at the end of the file.
TQ3Boolean Q3File_IsEndOfFile (TQ3FileObject file);
file- A file object.
DESCRIPTION
TheQ3File_IsEndOfFilefunction returns, as its function result, a Boolean value that indicates whether the current file position of the file object specified by thefileparameter is at the end of the file (kQ3True) or not (kQ3False).ERRORS
kQ3ErrorFileNotOpen
kQ3ErrorInvalidObjectParameter
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help