0 LIKES LikeUnLike
//I am getting an error i can't understand the reason for it!I created a srch //named folder and added few text files into it and i wanted to traverse //them.Can you help me out??import java.io.*;class IOSearch{public static void main(String[]ar){String [] f=new String[10000];File Srch=new File("Srch");f=srch.list();for(String fn:f)System.out.println("Found" + fn);}}
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.