| Author |
Jython: os.chdir()
|
Ann
Greenhorn
Joined: Feb 06, 2004
Posts: 7
|
|
Hello, Is there a way in jython to perform the Python os.chdir()-command ? We 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: .. When we tried the dir(os)-command, the chdir-statement was present in the resulting list. [ February 09, 2004: Message edited by: Barry Gaunt ]
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
I found this in the Jython FAQ. So it seems to be a Java VM restriction. You could try jnios but I don't know anything about it myself, and it looks a little neglected. -Barry
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: Jython: os.chdir()
|
|
|