12 Aug
2003
12 Aug
'03
1:15 p.m.
Hi all, I am trying to get the fileValues in a LocalFS subfolder with the name admin but the following statements don't work. from AccessControl import getSecurityManager user = getSecurityManager().getUser() username = user.getUserName() return 'container.%s.fileValues()' % username The result is container.admin.fileValues() but is has to be [<LocalFile instance at 018A0210>, <LocalFile instance at 0189F720>]. Anyone suggestions ? Thanks in advance. Michael Bleijerveld