Actions
Fclose » History » Revision 5
« Previous |
Revision 5/6
(diff)
| Next »
Per Amundsen, 02/16/2023 12:33 PM
Added in 1.8.10
/fclose <handle>
Closes the file associated with this handle.
If you specify a wildcard, all matching handles are closed.
Parameters
Parameter | Description |
<handle> | The handle to close. |
Example
alias example { ; Open a file. /fopen -o x example.txt ; write to the file. /fwrite x Print this line. ; Close the file handle. /fclose x }
Updated by Per Amundsen over 1 year ago · 5 revisions