Close
Description
Closes an open file handle. If no file handle is given, all open file handles are closed.
Format
C
[fh]
Parameters
fh
is a file handle (1 - 4). Use the Free Handle command to get a free file handle.
Response Format
NULL | Success |
Enn | An error occurred |
Example
Close file handle 1:
C 1
Close all files:
C