home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / files / close < prev    next >
Encoding:
Text File  |  1992-12-17  |  616 b   |  11 lines

  1.           close fileId
  2.                Closes  the  file  given by fileId.  FileId must be the
  3.                return value from a previous  invocation  of  the  open
  4.                command;  after  this  command,  it  should not be used
  5.                anymore.   If  fileId  refers  to  a  command  pipeline
  6.                instead of a file, then close waits for the children to
  7.                complete.  The normal result  of  this  command  is  an
  8.                empty  string,  but  errors  are  returned if there are
  9.                problems in closing the file or waiting for children to
  10.                complete.
  11.