yun mei 6.Jul.09 02:52 AM a Web browser PlaceBots8.2 (Lotus Domino)Windows
Hi there,
Please help!
i would like to read a text file from my C drive. I've done the code as shown below but its not working. the bufferedreader is reading null. is it possible to read files from c drive?
anyway, below is my code.
FileReader file1 = new FileReader("Data1.txt");
FileWriter fw1 = new FileWriter("readwritetxtfile.txt");
PrintWriter pw1 = new PrintWriter(fw1);
BufferedReader br = new BufferedReader(file1);