From WikiChip
Difference between revisions of "mirc/commands/fclose"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 1: | Line 1: | ||
− | The '''/fclose command''' closes a file open that was previously opened via the | + | The '''/fclose command''' closes a file open that was previously opened via the {{mIRC|/fopen}} command. This command supports a wildcard pattern for its handle name. |
== Synopsis == | == Synopsis == | ||
Line 38: | Line 38: | ||
* [[$ferr identifier - mIRC|$ferr]] | * [[$ferr identifier - mIRC|$ferr]] | ||
* [[$file identifier - mIRC|$file]] | * [[$file identifier - mIRC|$file]] | ||
− | * | + | * {{mIRC|/flist}} |
− | * | + | * {{mIRC|/fopen}} |
− | * | + | * {{mIRC|/fseek}} |
− | * | + | * {{mIRC|/fwrite}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 18:40, 5 July 2014
The /fclose command closes a file open that was previously opened via the /fopen command. This command supports a wildcard pattern for its handle name.
Synopsis
/fclose <handle> /fclose <wild_handle>
Switches
- <handle> - The name of the handle
- <wild_handle> - A wildcard handle pattern
Parameters
None
Example
alias example { ;open the file .fopen -o x example.txt ;write to it .fwrite x Print this line. ;close the file handle .fclose x }
Compatibility
Added: mIRC v6.1
Added On: 29/08/2003
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- $fopen
- $fread
- $fgetc
- $feof
- $ferr
- $file
- /flist
- /fopen
- /fseek
- /fwrite
mIRC commands list