Version 1 of file handle

Updated 2003-07-09 10:45:58

What is a file handle? This is a specific kind of Tcl handle which is returned by Tcl commands such as open, [add other commands here that return this type of thing - perhaps relating to sockets, channels, other?]

They are a symbolic representation of an underlying operating system construct that represents an open input or output file/device.


Category Glossary