[Zope] Changing context in Python Script

Dan Shafer pydan@danshafer.com
Thu, 16 May 2002 00:33:47 -0700


Given the need for a Python script to:

a. create a new folder whose name is stored in a variable called folderName
b. within that folder create a new doc whose name is stored in a variable 
called docName

what is the appropriate syntax? I can see that I need to change the context 
but I can't find anything on how to do that.

Thanks.