Difference between revisions of "RMDIR"

From Lianjapedia
Jump to: navigation, search
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Delete a directory
 
Delete a directory
 
  
 
==Syntax==
 
==Syntax==
 
RMDIR <directory>
 
RMDIR <directory>
 
  
 
==See Also==
 
==See Also==
[[COPY FILE]], [[DELETE FILE]], [[ERASE]], [[MKDIR]], [[RENAME]], [[SET DEFAULT]], [[SET PATH]]
+
[[CD]], [[CHDIR]], [[COPY FILE]], [[DEFAULT()]], [[DELETE FILE]], [[ERASE]], [[MD]], [[MKDIR]], [[RD]], [[RENAME]], [[SET DEFAULT]], [[SET PATH]]
 
+
  
 
==Description==
 
==Description==
 
The RMDIR command deletes the specified directory, <directory>.
 
The RMDIR command deletes the specified directory, <directory>.
 
  
 
==Example==
 
==Example==
Line 20: Line 16:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
[[Category:Disk and File Utilities]]
+
[[Category:Disk and File Commands]]
[[Category:Disk and File Utilities Commands]]
+

Latest revision as of 08:46, 7 December 2012

Purpose

Delete a directory

Syntax

RMDIR <directory>

See Also

CD, CHDIR, COPY FILE, DEFAULT(), DELETE FILE, ERASE, MD, MKDIR, RD, RENAME, SET DEFAULT, SET PATH

Description

The RMDIR command deletes the specified directory, <directory>.

Example

rmdir newdir