.TH "globus_xio_file_driver_instance" 3 "Thu Nov 10 2016" "Version 5.14" "globus_xio" \" -*- nroff -*- .ad l .nh .SH NAME globus_xio_file_driver_instance \- Opening/ClosingAn XIO handle with the file driver can be created with \fBglobus_xio_handle_create()\fP .PP If there is no handle set on the attr passed to the \fBglobus_xio_open()\fP call, it performs the equivalent of an open() call\&. In this case, the contact string must contain either a pathname or one of stdin://, stdout://, or stderr://\&. If a pathname is used, that path is opened\&. If one of the schemes are used the corresponding stdio handle is used (retrieved with fileno())\&. .PP In either of the above cases, it is most efficient to call the blocking version of \fBglobus_xio_open()\fP\&. It is also safe to call within a locked critical section\&. .PP When the XIO handle is closed, the file driver will destroy its internal resources and close the fd (unless this fd was set on an attr or converted from one of the stdio handles)\&. .SH "Author" .PP Generated automatically by Doxygen for globus_xio from the source code\&.