John Poltorak wrote:

Is there any way to create folders in batch?

I need to create around 50 but don't fancy doing this manually.


John,

Put this in a python script and test.

for n in range(10):
  container.manage_addFolder(id= str(n))

David

_______________________________________________
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 )

Reply via email to