t3x.org / t3x / t3x-manual / 32F.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.2.14 REMOVE
TOC | Index | Back Next:
3.2.16 SEEK

3.2.15 RENAME

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