/ and \

From: Riri (none_at_nshotmail.com)
Date: 01/27/04


Date: Tue, 27 Jan 2004 18:53:41 +0100

I have a JOpenFile, when i open a file, for instance D:/Temp/Test.jpg,
method toString() gives D:\Temp\Test.jpg.
How do i replace the \ by /?

 replaceAll("\", "/"); is not working

Thanks
R.