Forum Discussion

tc_2018's avatar
tc_2018
Contributor
6 years ago

os.chdir(myPath) is not working.

Hi, I have the code below and it works fine with the IDLE; however, it is not working with T.C.   import os myPath = 'O:\\myDir' #this is my mapped network drive os.chdir(myPath)   Can ...