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!");
hi,
I'm using struts 1.2.8 along with JSPs in an application.
As at now for the internationalization, I'm just using the normal mechanism
just by specifying the path to the resources file in my struts config file,
and getting .
Now, I need to be able to switch from one file to another just by
hi,
I'm using struts 1.2.8 along with JSPs in an application.
As at now for the internationalization, I'm just using the normal mechanism
just by specifying the path to the resources file in my struts config file,
and getting .
Now, I need to be able to switch from one file to another just by
3 matches
Mail list logo