Hacker News new | ask | show | jobs
by madsravn 4801 days ago
For future reference, just using slash ("/") will work for both Windows and Unix systems (linux and OSX)
1 comments

Yes, Windows treats both "/" and "\" as separators. Just make sure you handle the edge cases.

http://stackoverflow.com/questions/4845866/java-on-windows-p...