ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> zope-List
zope-List
[Zope] maintaining last_modified_date when copying an object
by other posts by this author
Dec 17 2002 6:32AM messages near this date
RE: [Zope] RE: Any comments from ex-PHP developers? | Re: [Zope] maintaining last_modified_date when copying an object
Hi,

I've written a short Script (Python) to copy objects from an existing 
Folder to a new BTree Folder. If possible, I'd like to maintain the 
original last_modified date of the copied objects - is there a simple 
way of doing this ?

Script is as below...

Thanks!

PETER SKIPWORTH
SYSTEM ADMINISTRATOR
TOUCHCORP LTD
TELEPHONE 03 9635 2626
www.touchcorp.com




dest_base = context.restrictedTraverse('/Contacts_BTree')
src_base = context.restrictedTraverse('/Contacts')

cont_list = src_base.objectItems() # where the objects to copy live 
for src_id, src_obj in cont_list:
    print src_id
    copy_info = src_base.manage_copyObjects((src_id))
    dest_base.manage_pasteObjects(copy_info)

 


_______________________________________________
Zope maillist  -  Zope@[...].org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )
Thread:

Jens Vagelpohl
Paul Winkler

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved