4 Sep
2001
4 Sep
'01
10:23 p.m.
Robert Rottermann writes:
I am trying to add a photofolder by help of a script.
context.manage_addProduct['ZipFolder']..... works as does context.manage_addProduct['Photo'] where context.manage_addProduct['PhotoFolder ']... You notice the space: ^
Spaces are significant in strings....
does not. I get an error Error Type: AttributeError Error Value: PhotoFolder
Dieter