Skip to Content
0
Former Member
Jul 29, 2005 at 02:56 PM

what is syntax to give filestructure for fileReader();

60 Views

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.