Can anyone tell me how to write the client for this methods?
 
static private void c_Elenco() {
  
String [] lista = new File(".").list();        
  for(int cx=0; cx<lista.length; cx++)
    if ( new File(lista[cx]).isFile() )          
       if ( lista[cx].toLowerCase().lastIndexOf(".owl") >= 0)     
              System.out.print((" þ "+lista[cx]+"             ").substring(0,20));
 }
 
I want the client to print the array lista[]
 



----
Email.it, the professional e-mail, gratis per te:clicca qui

Sponsor:
La Pasta di Gragnano comprala su Terrasolis.com
Clicca qui


Reply via email to