Ns getchannels

From AOLserver Wiki
Jump to navigation Jump to search

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