The system has it's own current dictionary, you want to change Python's directory by os.chdir
pyTony
pyMod
6,312 posts since Apr 2010
Reputation Points: 879
Solved Threads: 987
Skill Endorsements: 26
os.system() is a (deprecated) function to run another program from your python program. Changing your process' working directory is different from starting another program. Use os.chdir(path) to change the current working directory and os.getcwd() to get the current working directory.
Gribouillis
Posting Maven
3,101 posts since Jul 2008
Reputation Points: 1,130
Solved Threads: 761
Skill Endorsements: 11