Next:
os.environ
Up:
os
Previous:
os.chdir()
Contents
Index
os.chmod()
Change file permmissions.
import os os.chmod( 'someFile', 0o777)