DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_file_close()
The
mi_file_close()
routine closes a file that was previously opened with
mi_file_open()
.
Syntax
void mi_file_close(
fd
)
mi_integer fd;
fd
is the file descriptor of the file to be closed.
Valid in Client Application?
Valid in Server Routine?
Yes
Yes
Usage
This file-management function can access files on the server computer from a DataBlade API program that is running in the database server.
Return Values
None
Related Topics
For additional information, see the description of the
mi_file_open()
function.
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.