From: Vince Darley (vince@SANTAFE.EDU)
Date: 28 Feb 00, 10:18 EST
From: Vince Darley <vince@SANTAFE.EDU>
Subject: Q: win::Modified
Question for AlphaTcl hackers:
is
[info exists win::Modified($name)]
equivalent to:
[file exists $name] || \
([regsub { <[0-9]+>$} $name {} name] && [file exists $name])
under all circumstances? (when using AlphaTcl 7.3)
I think it is, but am not sure...
-- Vince
<http://www.santafe.edu/~vince>