static String commonPath(String... paths){ String commonPath = ""; String[][] folders = new String[paths.length][]; for(int i=0; i