[Zope] remove file from zope filesystem with Python Script

John Hunter jdhunter@ace.bsd.uchicago.edu
Mon, 18 Mar 2002 12:15:04 -0600


Suppose I have a folder object and a string containing the id of a
file in that folder.  How would I remove a file in that folder on the
zope filesystem using the Zope API from within a Python Script?

Thanks,
John Hunter