|
| Previous: 3.2.14 REMOVE | TOC | Index | Back | Next: 3.2.16 SEEK |
T.RENAME(old, new) ! Str,Str => Num
Rename the directory entry whose path is specified in 'old' to 'new'. Some implementations allow 'new' to describe a path name. In such implementatios, RENAME may move the directory entry to the directory specified in 'new'. The old and the new name of the directory entry must both reside on the same physical device.
RENAME returns zero upon success and a negative value in case of an error.
See also: REMOVE
| Previous: 3.2.14 REMOVE | TOC | Index | Back | Next: 3.2.16 SEEK |