Forward slash or backslash?

Using forward slashes will make it system independent. I’d stick to that for simplicity.

Consider using java.io.File.separator if you ever display the path to the user. You’d rather not surprise those Windows users. They’re a jumpy lot.

Leave a Comment