Faq

How get a filename without extensions ?

February 10, 2008
By admin

File f = new File(args); String fileName = f.getName().substring(0, f.getName().lastIndexOf(“.”)); System.out.println(“..” + fileName);
Read more »

Tags: , ,
Posted in Core Java, Faq, J2EE | No Comments »

Calendar

    September 2010
    M T W T F S S
    « Jul    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930