Possible Duplicate:
How to set the current working directory in Python?
How to change C:\>
to F:\>
using Python
I tried
import os
os.chdir("F:")
but got an error.
Possible Duplicate:
How to set the current working directory in Python?
How to change C:\>
to F:\>
using Python
I tried
import os
os.chdir("F:")
but got an error.