<< Previous | Next >>

fat_IsOpen

int fat_IsOpen( FATfile far * file);

Description

Returns TRUE if the FATfile passed is in an open state and FALSE otherwise.

(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

!0 if file is open
0 if file is closed

Library

fat.lib

See Also

fat_ReadDir, fat_Status, fat_LastAccess, fat_LastWrite


Dynamic C Functions << Previous | Next >> rabbit.com