From WikiChip
Difference between revisions of "mirc/commands/fclose"
m (bot: sort-key added to category) |
m (Correct switches/parameters.) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{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 7: | Line 7: | ||
== Switches == | == Switches == | ||
− | + | None | |
− | |||
== Parameters == | == Parameters == | ||
− | + | * '''<handle>''' - The name of the handle | |
+ | * '''<wild_handle>''' - A {{mirc|wildcard}} handle pattern | ||
== Example == | == Example == |
Latest revision as of 19:19, 18 January 2024
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[edit]
/fclose <handle> /fclose <wild_handle>
Switches[edit]
None
Parameters[edit]
- <handle> - The name of the handle
- <wild_handle> - A wildcard handle pattern
Example[edit]
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[edit]
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[edit]
- List of commands
- List of identifiers
- $fopen
- $fread
- $fgetc
- $feof
- $ferr
- $file
- /flist
- /fopen
- /fseek
- /fwrite
mIRC commands list