View Single Post
Old 05-25-2004, 12:56 PM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

Code:
set dir "/requests/speedtests"

if {[string match "$dir*" $pwd] } {
   global ioerror; set ioerror 1;
   return 1
} else {return 0}
Call this itcl script OnUploadComplete.
Harm is offline   Reply With Quote