C4 Engine
C4 Engine API Documentation

File::CloseFile

Defined in:  C4Files.h
Closes a file.
Prototype

void CloseFile(void);

Description
The CloseFile function closes a file. If no file was previously opened, then this function has no effect.
See Also

File::OpenFile