home *** CD-ROM | disk | FTP | other *** search
-
-
- stdfile - standard file requester
-
- Call TclaInitStdfile(interp) to install the stdfile file requester
- command into your Tcl interpreter.
-
- Once installed, you can call up a file requester as follows:
-
- stdfile title default_file default_pattern
-
-
- This uses the file requester written by Peter da Silva. It has been
- fairly widely distributed. It is not the greatest file requester in
- the world, but it shouldn't take too much effort to greatly improve
- it, or maybe somebody will hack a better one in there, and redistribute
- it.
-
- stdfile returns a string containing the name of the file requested, or
- an empty string.
-