Difference between revisions of "Ns getchannels"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 565)
 
(No difference)

Latest revision as of 22:54, 9 June 2004

Man page: http://aolserver.com/docs/tcl/ns_getchannels.html


NAME

ns_getchannels - Return a list of all open Tcl I/O channels

SYNOPSIS

ns_getchannels

DESCRIPTION

This command returns a Tcl list of all open Tcl I/O channels. This command is defined in tcl/compat.tcl as a wrapper to the Tcl [file channels] command.

SEE ALSO

Tcl [file channels] [1]

Category Documentation - Category Core Tcl API