534
535
paths = fields.getlist('path')
536
537
homedir = "/home/%s" % user
538
539
paths = map(lambda path: actionpath_to_local(req, path), paths)
542
543
# Set all the dirs in home dir world browsable (o+r,o+x)
543
544
#FIXME: Should really only do those in the direct path not all of the