Message249

Author thehaas
Recipients
Date 2001-01-05.16:31:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm not sure if this is a problem with Jython, or Java but on the Windows platform, when I try to delete a file using the os.remove function, I get the following error:

Traceback 
  File "C:\jython-2.0b1\Lib\javaos.py", line 43, in remove
OSError: [Errno 0] couldn't delete file: 'H:\\lit_xslt\\tmp6.html'

I didn't have this happen on a Solaris box.

Here is my Java install info:
H:\lit_xslt>java -version
java version "1.3.0_01-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_01-beta)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)


History
Date User Action Args
2008-02-20 17:16:47adminlinkissue227679 messages
2008-02-20 17:16:47admincreate