RE: to list contents repertoire

2006-12-14 Thread Inandjo Taurel
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

2006-12-14 Thread Nabil ALI-MOUSSA
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]