From WikiChip
Difference between revisions of "mirc/commands/rmdir"
m (Bot: Adding a template) |
m (Bot: Fixing links) |
||
Line 32: | Line 32: | ||
* [[$findfile identifier - mIRC|$findfile]] | * [[$findfile identifier - mIRC|$findfile]] | ||
* [[$finddir identifier - mIRC|$finddir]] | * [[$finddir identifier - mIRC|$finddir]] | ||
− | * | + | * {{mIRC|/copy}} |
− | * | + | * {{mIRC|/mkdir}} |
− | * | + | * {{mIRC|/remove}} |
− | * | + | * {{mIRC|/rename}} |
− | * | + | * {{mIRC|/run}} |
− | * | + | * {{mIRC|/write}} |
{{mIRC command list}} | {{mIRC command list}} | ||
[[Category:MIRC commands]] | [[Category:MIRC commands]] |
Revision as of 18:53, 5 July 2014
The /rmdir command deletes an empty directory. If the directly contains either files or other directories, an error will occur.
Synopsis
/rmdir <dirname>
Switches
None
Parameters
- <dirname> - The path/name of the directory to delete
Example
; Create a directory /mkdir example ; Delete it /rmdir example
Compatibility
Added: mIRC v5.3
Added On: 13/12/97
Note: Individual switches were not taken into consideration.
See also
- List of commands
- List of identifiers
- $mircdir
- $scriptdir
- $read
- $findfile
- $finddir
- /copy
- /mkdir
- /remove
- /rename
- /run
- /write
mIRC commands list