From WikiChip
Difference between revisions of "mirc/commands/fclose"
m (Bot: de-linking old mIRC menu) |
|||
Line 1: | Line 1: | ||
{{mirc title|/fclose Command}} | {{mirc title|/fclose Command}} | ||
− | 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. | + | The '''/fclose command''' closes a file open that was previously opened via the {{mIRC|/fopen}} command. This command supports a {{mirc|wildcard}} pattern for its handle name. |
== Synopsis == | == Synopsis == | ||
Line 8: | Line 8: | ||
== Switches == | == Switches == | ||
* '''<handle>''' - The name of the handle | * '''<handle>''' - The name of the handle | ||
− | * '''<wild_handle>''' - A wildcard handle pattern | + | * '''<wild_handle>''' - A {{mirc|wildcard}} handle pattern |
== Parameters == | == Parameters == |
Revision as of 13:09, 20 October 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
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