Searched defs:pathSeparatorChar (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java234 public static final char pathSeparatorChar = fs.getPathSeparator(); field in class:File
239 * <code>{@link #pathSeparatorChar}</code>.
241 public static final String pathSeparator = "" + pathSeparatorChar;

Completed in 1190 milliseconds