From WikiChip
Difference between revisions of "mirc/commands/flist"
m (Bot: Adding a template) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{mirc title|/flist command}}'''/flist''' lists all open files, or those matching the specified name, which can be a {{mirc|wildcard}} expression. | |
== Synopsis == | == Synopsis == | ||
Line 8: | Line 8: | ||
== Parameters == | == Parameters == | ||
− | * ''' | + | * '''name''' - a {{mirc|wildcard}} expression |
== Example == | == Example == | ||
Line 15: | Line 15: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|6.1}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
* [[List of commands - mIRC|List of commands]] | * [[List of commands - mIRC|List of commands]] | ||
* [[List of identifiers - mIRC|List of identifiers]] | * [[List of identifiers - mIRC|List of identifiers]] | ||
− | * | + | * {{mIRC|$fopen}} |
− | * | + | * {{mIRC|$fread}} |
− | * | + | * {{mIRC|$ferr}} |
− | * | + | * {{mIRC|$feof}} |
− | * | + | * {{mIRC|/fclose}} |
− | * | + | * {{mIRC|/fopen}} |
− | * | + | * {{mIRC|/fseek}} |
− | * | + | * {{mIRC|/fwrite}} |
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|flist]] |
Latest 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
/flist lists all open files, or those matching the specified name, which can be a wildcard expression.
Synopsis[edit]
/flist [name]
Switches[edit]
None
Parameters[edit]
- name - a wildcard expression
Example[edit]
/flist /flist myhandle*
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]
mIRC commands list