[Zope-CMF] external method with file as parameter

Chris Withers chrisw@nipltd.com
Wed, 24 Jul 2002 23:09:47 +0100


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