Difference between revisions of "Rmdir"

From Scriptwiki
Jump to: navigation, search
 
m (removed more spaces)
Line 1: Line 1:
 
Removes the specified directory.
 
Removes the specified directory.
  
  /rmdir <directory>
+
/rmdir <directory>
  
 
If there are spaces in the directoryname, you need to use double quotes.  
 
If there are spaces in the directoryname, you need to use double quotes.  
Line 18: Line 18:
  
 
To delete files: [[remove|/remove]]
 
To delete files: [[remove|/remove]]
 
 
[[Category:Commands]]
 
[[Category:Commands]]

Revision as of 21:30, 3 September 2005

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

To delete files: /remove