Thread
:
checking/queueing access to file in tcl ?
View Single Post
10-26-2003, 12:46 PM
b>d>>s
Senior Member
Join Date: Feb 2003
Posts: 488
ok, then to queue ? maybe, after ms ?script script script ...?
in a loop, ? say, ?
while {1} {
after 1000
set a [file exists "c:/blah.log"]
if {0 == $a} {
break
}
}
hmm, that should do it. what about thread safe stuff ?
b>d>>s
View Public Profile
Visit b>d>>s's homepage!
Find More Posts by b>d>>s