Here you can find the source of getPathSeparator()
public static String getPathSeparator()
//package com.java2s; public class Main { public static String getPathSeparator() { return java.io.File.pathSeparator; }//from ww w .j a v a 2s .c om }