|
RE: possible 100% java implentation for chdir: msg#00040lang.jython.devel
Of
course this requires all file system access to pass through
your
CD class. You can't do something like this:
cDir.cd("aDirectory")
f=open("aFile")
and
expect to have opened aDirectory/aFile. So open might
be
able
to be rewritten to use the current directory in cDir.
You
still
wouldn't get the desired results with
cDir.cd("aDirectory")
fis=java.io.FileInputStream("aFile")
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ jython-Patches-859555 ] Rework _cmp_unsafe; test_compare passes, SourceForge.net |
|---|---|
| Next by Date: | RE: status of Jython? (Brian Durney), Daryl Jamgotchian |
| Previous by Thread: | possible 100% java implentation for chdir, Updike, Clark |
| Next by Thread: | Interact with Jython from a Java Program., msc97kxp |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |