Larry,

Try:

on mouseUp
   answer file "?"
   put "binfile:" & it into tFile
   put the length of URL tFile / 1000 & "KB" into fld "myResultField"
end mouseUp

Paul

On Sep 22, 2014, at 2:29 PM, la...@significantplanet.org wrote:

> Hello,
> 
> I know I can use:
> put the files into field "Current Files"
> 
> to get the size of a file (in bytes), but is there any way to use "answer 
> file" or some other way to get the size of just one specific file?
> 
> 
> 
> Thanks,
> 
> Larry
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to