File sepearator for unix/windows problem (Java in General forum at JavaRanch)
Hi, I have following code which copies files from one directory to another. private void backUpLogFile() { final File dir = new File("." ... My guess is that the system properties, including the file separator, are set from your actual operating system, w...