-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
Difference between revisions of "mirc/commands/fclose"
(Created page with "The '''/fclose command''' closes a file open that was previously opened via the /fopen command. This command supports a wildcard pattern for its hand...") |
(No difference)
|
Revision as of 22:44, 2 December 2013
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.