[Zope] Moving files using python scripts

David Sumner david at dragontail.com
Sun Dec 21 20:21:37 EST 2003


Hello,
I am trying to develop an application that allows moving of items from
one folder to another without using the ZMI. The application allows them
to create folders for archival purposes. Items are created in the New
folder. They view these items in the New folder and can move them to any
folder that they may have created. I am populating a drop down box with
a list of folders, they check the items they want to move, choose the
folder and click the Move To button. That posts to a python script. I am
able to cut the checked items but how do I call the past function on an
folder when I have the id of the folder I want to paste the items in. I
can reference the folder directly, but that does not allow them to
choose the folder from the drop down list. Is it possible to
programmatically access a folder to paste when given the id of that
folder?
 
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20031221/9aa8126f/attachment.html


More information about the Zope mailing list