home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / rename < prev    next >
Text File  |  1990-05-03  |  254b  |  7 lines

  1.  rename oldName newName
  2.       Rename the command that used to be called oldName so
  3.       that it is now called newName.  If newName is an empty
  4.       string (e.g. {}) then oldName is deleted.  The rename
  5.       command returns an empty string as result.
  6.  
  7.