From WikiChip
Difference between revisions of "mirc/commands/fclose"
m (Bot: Adding a template) |
m (bot: sort-key added to category) |
||
Line 41: | Line 41: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|fclose command - mIRC]] |
Revision as of 19:05, 29 July 2014
Template:mIRC menu 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 Aug 2003
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
- List of commands
- List of identifiers
- $fopen
- $fread
- $fgetc
- $feof
- $ferr
- $file
- /flist
- /fopen
- /fseek
- /fwrite
mIRC commands list