Question

David Porter jcm at bigskytel.com
Mon Jun 19 12:58:05 EDT 2000


* Mike Warfe <jmwarfe at darwin.cwru.edu>:
> Hello, does anyone know how to set the directory permissions in Win NT,
> using Python?  

os.chmod should work.

The permisions are set in octal; if you don't know the syntax, look up the
man page for chmod (on the net).

  david.

  




More information about the Python-list mailing list