Subversion Repositories SvarDOS

Rev

Rev 1087 | Rev 1090 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1087 Rev 1088
Line 137... Line 137...
137
24.0:Removes (deletes) a directory.
137
24.0:Removes (deletes) a directory.
138
24.1:RMDIR [drive:]path
138
24.1:RMDIR [drive:]path
139
24.2:RD [drive:]path
139
24.2:RD [drive:]path
140
 
140
 
141
# REN / RENAME
141
# REN / RENAME
142
25.0:Renames a file, a set of files or a directory.
142
25.0:Renames one or more files or directories.
143
25.1:RENAME [drive:][path]oldname newname
143
25.1:RENAME [drive:][path]oldname newname
144
25.2:REN [drive:][path]oldname newname
144
25.2:REN [drive:][path]oldname newname
145
25.3:Note that you cannot specify a new drive or path for newname.\r\nUse MOVE to move files from one directory to another.
145
25.3:Note that you cannot specify a new drive or path for newname.\r\nUse MOVE to move files from one directory to another.
146
25.4:Wildcards may be used to rename a set of files or directories.
146
25.4:Wildcards may be used to rename a set of files or directories.
147
 
147