Here you can find the source of getSeparator()
public static String getSeparator()
//package com.java2s; public class Main { public static String getSeparator() { return System.getProperty("file.separator"); }//from w w w . ja v a 2s.co m }