[Pyunit-interest] setting the current directory
Brought to you by:
purcell
|
From: Yvan C. <Yv...@va...> - 2001-11-01 01:43:40
|
Does anybody know how to set the current directory For example, if curdir is c:\Python-2.0 and i want it to be D:\TEST i tried import os os.curdir = 'D:\\TEST' but it did not change the current directory Thanks a lot Yvan |