Ver Mensaje Individual
  #8 (permalink)  
Antiguo 16/05/2013, 14:55
Manolait
 
Fecha de Ingreso: abril-2013
Mensajes: 53
Antigüedad: 11 años, 1 mes
Puntos: 0
Respuesta: Recorrer directorio Con Subcarpetas

vale muchas gracias,

me da fallo otro en estas lineas
Código HTML:
    bold = leerFichero(files[0].getPath());
    text = leerFichero(files[1].getPath());
    textIMG = leerFichero(files[2].getPath());
    title = leerFichero(files[3].getPath());
    underline = leerFichero(files[4].getPath());
    id = i.ToString();
esto es xk me tengo que declarar una class leerFichero no?

Perdona mi ignorancia pero soy nuevo en java y quiero aprender. gracias por todo