What is the difference between using File.separator
and a normal /
in a Java Path-String?
In contrast to double backslash \\\\
As the gentlemen described the difference with variant details.
I would like to recommend the use of the Apache Commons io api, class FilenameUtils
when dealing with files in a program with the possibility of deploying on multiple OSs.