Next:
os.chmod()
Up:
os
Previous:
os.access()
Contents
Index
os.chdir()
Changes the proces working directory:
import os os.chdir( '/home/someUser')