Version 1 of Answered Questions On: Specific Packages

Updated 2004-10-29 09:32:28

EDIT/RECENT CHANGES


NAVIGATION


TABLE OF CONTENTS (Specific Packages):

  • Tclx - for_file

Tclx - for_file

04/Aug/2003

When I am using "for_file" in windows version TCL/TK then I am getting error like invalid command name "for_file" while executing for_file std_msg c:/Tool/iisver {break}

Is for_file command is not exist in windows version, if so, then what's the best way to use in windows instead of for_file ?

lv for_file is a part of tclx. Make certain you have downloaded and installed that extension, and that your application includes a line such as

 package require Tclx

before you use for_file.

RS: If you can't get TclX, see the for_file page.