mi_integer mi_file_allocate(num_files)
mi_integer num_files;
The mi_file_allocate( ) function allocates num_files number of file descriptors for use with operating-system calls, such as UNIX open( ) or fopen( ).
This function does not perform any tasks when called within a UDR.
The mi_file_allocate( ) function does not throw an MI_Exception event when it encounters a runtime error. It does not cause callbacks to be invoked.