<< Previous | Next >> | |
|
int fat_IsClosed( FATfile far * file);
Description
- Returns non-zero if the FATfile passed is not open and zero if open.
- (Currently implemented as a macro, but may be modified to be an actual function in a future release.)
Parameter
- file
- Pointer to a FATfile structure to check.
Return Value
- 1: file is closed
0: file is openLibrary
- fat.lib
See Also
- fat_ReadDir, fat_Status, fat_LastAccess, fat_LastWrite
Dynamic C Functions | << Previous | Next >> | rabbit.com |