Difference between revisions of "Rmdir"
From Scriptwiki
BlackShroud (talk | contribs) m (removed more spaces) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
Removes the directory "my files" | Removes the directory "my files" | ||
− | + | /rmdir "my files" | |
== See Also == | == See Also == | ||
− | + | * [[remove|/remove]] to delete files. | |
− | |||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 08:33, 2 July 2007
Removes the specified directory.
/rmdir <directory>
If there are spaces in the directoryname, you need to use double quotes. The directory cannot be deleted if it contains files. If no special path is given mIRC assumes to find the file using the mIRC directory as basedir.
Example
Removes the directory "downloads"
/rmdir downloads
Removes the directory "my files"
/rmdir "my files"
See Also
- /remove to delete files.