From WikiChip
/fclose Command - mIRC
< mirc‎ | commands

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]

[Expand]
v · d · e mIRC commands list