Has anybody seen anything like this before?
Is the "file delete" an operation provided by Tcl?
It's odd that it would go through and try to delete everything, but not finish the job.
I'm tempted to change the "file delete -force" into a system "rm -fr ..." call.