2011-04-25 1 views

답변

2
File bookFile = new File("/sdcard/"+filename); 
     if(bookFile.exists()) 
     { 

      System.out.println("Downloaded"); 

     } 
     else 
     { 
        System.out.println("want to Download"); 
     }