![]() |
|
The mi_file_close() routine closes an operating-system file.
The mi_file_close() function closes the operating-system file that the fd file descriptor references. This file descriptor must have been obtained from a previous call to the mi_file_open() function. The mi_file_close() function is a destructor function for an operating-system file descriptor. It frees the fd file descriptor references. Unless you explicitly close a file with mi_file_close(), files remain open for the duration of the client session.
In a C UDR, this function can close files only on the server computer.
None.
See the description of the mi_file_open() function.