home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / tcl_447.lzh / TCL / tcl.lzh / tcl / help / stdfile < prev    next >
Text File  |  1990-05-03  |  621b  |  21 lines

  1.  
  2.  
  3. stdfile - standard file requester
  4.  
  5. Call TclaInitStdfile(interp) to install the stdfile file requester 
  6. command into  your Tcl interpreter.
  7.  
  8. Once installed, you can call up a file requester as follows:
  9.  
  10.     stdfile title default_file default_pattern
  11.  
  12.  
  13. This uses the file requester written by Peter da Silva.  It has been
  14. fairly widely distributed.  It is not the greatest file requester in
  15. the world, but it shouldn't take too much effort to greatly improve
  16. it, or maybe somebody will hack a better one in there, and redistribute
  17. it.
  18.  
  19. stdfile returns a string containing the name of the file requested, or
  20. an empty string.
  21.