HI,
FileReader f =new FileReader("D:
New Folder
file.txt");
i'm getting the exception java.io.FileNotFoundException: D:\New Folder\file.txt (The system cannot find the path specified)
But it is working in core java execution..
what is syntax to give filestructure for fileReader();
please help in this.
Regards,SenthilNathan.