How to change directory

Change directory


#   w  w  w . ja  v  a  2  s .c o m
#!/usr/bin/env python

import os

tmpdir = r'c:\temp'
os.chdir(tmpdir)




















Home »
  Python »
    Advanced Features »




Exception Handling
File
Module