/liststreams
Usage:
/LISTSTREAMS
Lists tfio streams opened by
tfopen().
The tfin,
tfout, and
tferr
streams
are not included.
The columns and their meanings are:
- HANDLE
- The handle returned by
tfopen().
- MODE
- The mode argument given to
tfopen().
- FLUSH
- Whether automatic flushing is enabled.
See tfflush().
- NAME
- The name argument, if any, given to
tfopen().
Files of mode "q" do not need a name, but you may wish to give
them one anyway so it appears here.
The return value of
/liststreams
is the number of open streams listed.
See: tfio
Back to index
Back to tf home page
Copyright © 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys