Hi there all,
Is there a way in jython to perform the Python os.chdir()-command ?
I tried performing os.chdir('..') but the following error occurred:
Traceback (innermost last):
File "<console>", line 1, in ?
File "/home/kdg/jython-2.1/Lib/javaos.py", line 56, in chdir
OSError: [Errno 0] chdir not supported in Java: ..
cheers
Is there a way in jython to perform the Python os.chdir()-command ?
I tried performing os.chdir('..') but the following error occurred:
Traceback (innermost last):
File "<console>", line 1, in ?
File "/home/kdg/jython-2.1/Lib/javaos.py", line 56, in chdir
OSError: [Errno 0] chdir not supported in Java: ..
cheers
