Get local fashion for path separators (e.g. ":").
()
| 40 | |
| 41 | /** Get local fashion for path separators (e.g. ":"). */ |
| 42 | public static String getPathSep() { return pathSep; } |
| 43 | |
| 44 | /** Local fashion for file separators. */ |
| 45 | private static String fileSep = System.getProperty("file.separator"); |