Dieter Maurer wrote: > > Kristina Quimson Buenafe writes: > > I am using Windows, is the current working directory C:/Program > > Files/myZope? > I do not work under Windows. Therefore, I am not sure. you could always stick this in your method: from os import get_cwd print get_cwd() ...and look at the DOS box where you started Zope... cheers, Chris