vaibhav pol wrote at 2008-10-15 13:01 +0530: >I create folder in zope where I add one text file .Now i want to read the >content of the file >using the script python not using external script how can i do that .
For an "OFS.Image.File" object, the "str" function returns its content: "str(file)". -- Dieter _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )