public static boolean isUnix() { return System.getProperty("file.separator").equals("/"); }