View Single Post
Old 02-28-2004, 03:15 PM  
bizniz
Banned
 
Join Date: Feb 2004
Posts: 19
Default [iTCL] 'file size ..' returns 0 on POST STOR/RETR ?

for some reason when running itcl script on POST STOR/RETR,

Code:
set s [file size $path]
returns '0'

but on getting the size of another existing file elsewhere that hasnt just been STOR/RETR returns the size properly ? :/
bizniz is offline