From WikiChip
Difference between revisions of "mirc/commands/rmdir"
m (Bot: Automated text replacement (-<small>Note: Individual switches were not taken into consideration.</small> +)) |
m (Bot: de-linking old mIRC menu) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{mirc title|/rmdir Command}} | ||
The '''/rmdir command''' deletes an empty directory. If the directly contains either files or other directories, an error will occur. | The '''/rmdir command''' deletes an empty directory. If the directly contains either files or other directories, an error will occur. | ||
Line 18: | Line 19: | ||
== Compatibility == | == Compatibility == | ||
− | + | {{mIRC compatibility|5.3}} | |
− | |||
− | |||
− | |||
− | |||
== See also == | == See also == | ||
Line 40: | Line 37: | ||
{{mIRC command list}} | {{mIRC command list}} | ||
− | [[Category: | + | [[Category:mIRC commands|rmdir command - mIRC]] |
Latest revision as of 18:39, 15 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
The /rmdir command deletes an empty directory. If the directly contains either files or other directories, an error will occur.
Synopsis[edit]
/rmdir <dirname>
Switches[edit]
None
Parameters[edit]
- <dirname> - The path/name of the directory to delete
Example[edit]
; Create a directory /mkdir example ; Delete it /rmdir example
Compatibility[edit]
Added: mIRC v5.3
Added on: 13 Dec 1997
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
- $mircdir
- $scriptdir
- $read
- $findfile
- $finddir
- /copy
- /mkdir
- /remove
- /rename
- /run
- /write
mIRC commands list