RE: to list contents repertoire
Hi Ali, I have a function that does just that: public static String[] retrouverListeRepertoire(String racine) throws TechnicalException { File repertoirePrincipal = new File(racine); if (!repertoirePrincipal.exists()) { log.info("le repertoire n'existe pas!");
to list contents repertoire
Hi, I would like to reach a repertory and to list his contents. how can I make. Thank you. Nam. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]