| java.lang.Object tcl.lang.RenameCmd
RenameCmd | class RenameCmd implements Command(Code) | | This class implements the built-in "rename" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject[] objv) ----------------------------------------------------------------------
Tcl_RenameObjCmd -> RenameCmd.cmdProc
This procedure is invoked to process the "rename" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject[] objv) throws TclException(Code) | | ----------------------------------------------------------------------
Tcl_RenameObjCmd -> RenameCmd.cmdProc
This procedure is invoked to process the "rename" Tcl command.
See the user documentation for details on what it does.
Results:
A standard Tcl object result.
Side effects:
See the user documentation.
----------------------------------------------------------------------
|
|
|