home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tclX6.5c / tcllib / help / files / flush < prev    next >
Encoding:
Text File  |  1992-12-19  |  410 b   |  8 lines

  1.           flush fileId
  2.                Flushes any output that has been buffered  for  fileId.
  3.                FileId  must have been the return value from a previous
  4.                call to open, or it may be stdout or stderr  to  access
  5.                one  of  the  standard  I/O streams; it must refer to a
  6.                file that was opened for writing.  This command returns
  7.                an empty string.
  8.