Java question. [message #92810] |
Wed, 02 February 2005 05:19 |
Bobby
Messages: 32 Registered: August 2000
|
Member |
|
|
I have a java program, which renames one file name to the other in a particular directory. This program runs fine in linux but not working in windows. I mean it is not renaming the file. Why is that?
Aprreciate your help
Thanks
Aruna.
|
|
|
Re: Java question. [message #92813 is a reply to message #92810] |
Mon, 07 February 2005 04:05 |
Frank Naude
Messages: 4581 Registered: April 1998
|
Senior Member |
|
|
Hi,
Maybe because Windows uses backslashes instead of forward slashes in path names. However, nobody will be able to tell for sure without seeing the source code!
Best regards.
Frank
|
|
|