![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archivefile rename newbie help
From: <massimo.coletti@gmail.com>
Date: Mon May 30 2005 - 18:53:30 CEST
Hi all,
I have a (quite complex) tcl script with the line:
puts "EXIST [file exists $dumpDir]"
and I get the output:
EXIST 0
but the origin directory exists:
$ ls
the same behaviour is under Windows (XP) and under cygwin, both at 8.4
Any hint?
Thanks,
Massimo
|