Comment on Show HN: Open-sourced my Java chess AI high school projectparentComments−madsravn13yFor future reference, just using slash ("/") will work for both Windows and Unix systems (linux and OSX)−jared31413yYes, Windows treats both "/" and "\" as separators. Just make sure you handle the edge cases.http://stackoverflow.com/questions/4845866/java-on-windows-p...
Comments
For future reference, just using slash ("/") will work for both Windows and Unix systems (linux and OSX)
Yes, Windows treats both "/" and "\" as separators. Just make sure you handle the edge cases.
http://stackoverflow.com/questions/4845866/java-on-windows-p...