Re: chmod directories recursively

2007-07-17 Thread Fabian Steiner
Jennifer Thacher wrote: > Fabian Steiner wrote: >> As far as I can see os.chmod() doesn't adjust permissions on directories >> recusively. Is there any other possibility to achieve this aim except for >> calling os.system('chmod -R /dir') directly? >> >> Thanks, >> Fabian > > Check out os.path.w

Re: chmod directories recursively

2007-07-17 Thread Jennifer Thacher
Fabian Steiner wrote: > Hello! > > As far as I can see os.chmod() doesn't adjust permissions on directories > recusively. Is there any other possibility to achieve this aim except for > calling os.system('chmod -R /dir') directly? > > Thanks, > Fabian Check out os.path.walk. James -- http://ma

chmod directories recursively

2007-07-17 Thread Fabian Steiner
Hello! As far as I can see os.chmod() doesn't adjust permissions on directories recusively. Is there any other possibility to achieve this aim except for calling os.system('chmod -R /dir') directly? Thanks, Fabian -- http://mail.python.org/mailman/listinfo/python-list