FileClose
Close the file previously opened by FileOpen().
void FileClose( int file_handle // File handle );
Parameters
file_handle
[in] File descriptor returned by FileOpen().
Return Value
No value returned.