fsIOClose
The fsIOClose function is used to close an opened file after reading/writing.
Syntax
FsIOErr fsIOClose(
FsIOFile file
);
Members
| Parameters | Description |
|---|---|
file |
This is the ID of a previously opened file, as returned by one of the open functions. |
Return Values
The function returns one of the FsIOErr codes.
Remarks
N/A