Novice: how to set/get current directory?

Tim Peters tim_one at email.msn.com
Sun May 2 19:29:17 EDT 1999


[cmedcoff at my-dejanews.com]
> I can't figure out how to set or get the current working directory

os.chdir(newdir)
os.getcwd()

try-to-dream-up-a-witty-comment-about-that!-ly y'rs  - tim






More information about the Python-list mailing list