On Thu, 17 Apr 1997, Gaetano Vocca wrote:
> Dear vtcl users,
> I'm experiencing a problem with the Save command of the File menu: it
> simply refuses to save the file because an error occurs in the creation
> of the backup file. It seems that the tcl "file rename" command doesn't
> exist. I'm using tcl 7.5 and tk 4.1. Do I have to upgrade to newer
> versions?
I haven't tested the lastest vtcl with tk4.1 so it's a potential
incompatability. It's also possible if you're using Linux that your
distribution has a pre-release tcl7.5/tk4.1 that lack some of the
file commands.
Upgrading to tcl7.6/tk4.2 is a definate fix.
-stewart-