[Zope] show filesize in LocalFS

Andreas Jung Andreas Jung <andreas@andreas-jung.com>
Tue, 15 Jul 2003 20:18:22 +0200


You are iterating over the *IDs* and not over the objects.

-aj

--On Dienstag, 15. Juli 2003 20:11 Uhr +0200 Michael Bleijerveld 
<michael@bleijerveld.nl> wrote:

> Hi all,
>
> When using the following statements I receive the message "Error Type:
> NameError Error Value: global name 'get_size' is not defined".
>
> <dtml-in "admin.fileIds()">
>   <dtml-var sequence-item>  <dtml-var "bobobase_modification_time()">
> <dtml-var "get_size()"> </dtml-in>
>
> What did I do wrong ? How can I display the filesize of the current file ?
>
> Regards,
>
> Michael