I am rather new to Zope, and am having a little trouble hunting through the documentation to find what I need. Currently I am looking to write a script that when called will create a folder with a specified name. Eventually, of course, I will want to programatically add content to these folders, but for now just seeing the documentation on how to add the folders will be enough. Thanks, -Justin
On Thu, Apr 21, 2005 at 09:58:52AM -0500, Justin Fletcher wrote:
I am rather new to Zope, and am having a little trouble hunting through the documentation to find what I need. ?Currently I am looking to write a script that when called will create a folder with a specified name. ? Eventually, of course, I will want to programatically add content to these folders, but for now just seeing the documentation on how to add the folders will be enough.
There are examples of this (and tons of other cool stuff) on www.zopelabs.com It's also in the online Zope Book 2.7: http://www.plope.com/Books/2_7Edition/BasicScripting.stx#2-45 -- Paul Winkler http://www.slinkp.com
Paul Winkler wrote:
On Thu, Apr 21, 2005 at 09:58:52AM -0500, Justin Fletcher wrote:
I am rather new to Zope, and am having a little trouble hunting through the documentation to find what I need. ?Currently I am looking to write a script that when called will create a folder with a specified name. ? Eventually, of course, I will want to programatically add content to these folders, but for now just seeing the documentation on how to add the folders will be enough.
There are examples of this (and tons of other cool stuff) on www.zopelabs.com
It's also in the online Zope Book 2.7: http://www.plope.com/Books/2_7Edition/BasicScripting.stx#2-45
Thank you. This is exactly what I was looking for. Thanks again, -Justin
participants (2)
-
Justin Fletcher -
Paul Winkler