18 Sep
2004
18 Sep
'04
6:34 p.m.
I want to use a Python script within Zope to create a document. If I have a folder that I want to create it in--no problem, I use getattr and use the name of the folder. The problem occurs if I want to use the current directory instead. What is need is to use something like getattr with the current directory name. Since I've been working on/off for weeks on this, I wanted to put this out there for assistance. Gregory