Fwd: Re: [Zope] External files

Dieter Maurer dieter@handshake.de
Thu, 12 Jul 2001 19:58:32 +0200 (CEST)


Thomas Olsen writes:
 > What I wan't to do is to create some File objects using python containing a
 > jar file (application/x-jar) and a java class file (application/x-java).
You may find "App.ImageFile.ImageFile" useful.

Its "__str__" is for images, but you probably will not use it anyway.
The whole rest works for files, too.


Dieter