Hi all,
Have a quick question regarding Java. I am making a application that works alot with file paths and will be used on different platforms and I am having problems with back slashes and forward slashes. I want to use forward slashes as they seem more universal and cross platform but when I use a instance of File in Java to get paths it returns them using backward slashes, is their a way to change this?
Thanks, Tim







