install_path
install_path
Description
Returns the path to the Space-based Router installation. This is useful when coding Tcl scripts.
Arguments
Value Returned
Examples
The following command creates a variable, install_dir, that contains the installation path.
set install_dir [install_path]
puts $install_dir
"/net/mysun/home/mybuild"
Related Topics
Return to top