vtk_disable
Usage
vtk_disable
Description
This procedure is used in safe Tcl interpreters to disabled
selected procedures and commands that are considered dangerous from
a security point of view.
Typically, the following Tcl commands are disabled
in a safe Tcl interpreter:
cd close exec exit fcopy open send.
Returns
A warning message.
Examples
vtk_disable