Do not hard-code the file separator (\ on Windows, / on Unix). Define a constant based on a system property instead of a magic char.
1 file changed