NTFS permissions
Mark Hammond
MarkH at ActiveState.com
Tue Apr 24 10:41:54 EDT 2001
More information about the Python-list mailing list
Tue Apr 24 10:41:54 EDT 2001
- Previous message (by thread): NTFS permissions
- Next message (by thread): NTFS permissions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris Gonnerman wrote: >>(Except, that echoes output to my user creator web page, need to sort >>that out....change stdout whilst calling cacls ?) >> > > Use the os module to manipulate the "real" stdout/stderr before running > your ill-behaved program. Assuming you want the external program's output > hidden: Or use the popen family so the output of the child process can be simply discarded or read into a string. Mark.
- Previous message (by thread): NTFS permissions
- Next message (by thread): NTFS permissions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list