|
From: brian z. <bz...@zi...> - 2001-09-05 13:48:29
|
Lars,
Java has no facility for os.chdir() so making it available in Jython without
JNI is difficult, if not impossible.
brian
----- Original Message -----
From: "Lars Hupfeldt Nielsen" <lh...@so...>
To: <jyt...@li...>
Sent: Wednesday, September 05, 2001 3:25 AM
Subject: [Jython-dev] Missing os.chdir()
> Hi.
>
> The 'chdir()' function is missing from the os module, this is a show
> stopper for my application.
> Is there any other way to do a chdir()?
> Calling 'java.lang.System.setProperty("user.dir", dir.toString());' has
> no effect.
>
> Is there any plan for the implementation of this function?
>
>
> Regards
> Lars Hupfeldt Nielsen.
>
>
>
>
> _______________________________________________
> Jython-dev mailing list
> Jyt...@li...
> https://lists.sourceforge.net/lists/listinfo/jython-dev
|