From WikiChip
mirc/commands/rmdir
< mirc‎ | commands
Revision as of 05:49, 6 December 2013 by David (talk | contribs) (Created page with "The '''/rmdir command''' deletes an empty directory. If the directly contains either files or other directories, an error will occur. == Synopsis == /rmdir <dirname> == Swi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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