What is the difference between using File.separator and a normal / in a Java Path-String?
File.separator
/
In contrast to double backslash \\\\
\\\\
portability plain and simple.