| java.lang.Object tcl.lang.OpenCmd
OpenCmd | class OpenCmd implements Command(Code) | | This class implements the built-in "open" command in Tcl.
|
Method Summary | |
public void | cmdProc(Interp interp, TclObject argv) This procedure is invoked to process the "open" Tcl command. |
cmdProc | public void cmdProc(Interp interp, TclObject argv) throws TclException(Code) | | This procedure is invoked to process the "open" Tcl command.
See the user documentation for details on what it does.
Parameters: interp - the current interpreter. Parameters: argv - command arguments. |
|
|