Remote file access
These basic file operation routines allow an application to open a file for reading or writing on a remote host through a connected Mosel instance.
XPRDfclose |
Close a file that was previously opened with XPRDfopen.
|
XPRDfflush |
Flush buffer of an output stream.
|
XPRDfopen |
Open a file on a remote instance.
|
XPRDfread |
Read a block of data from a remote file.
|
XPRDfskip |
Skip a block of data from a remote file.
|
XPRDfwrite |
Write a block of data to a remote file.
|