arpit_vavadia
08-22-2008, 08:53 PM
How do I store paths to a praticule file in Java for example
String c = "c:\abc\arp\nn.dat"
It has got "\" slashes which would generate error .
I have to read a file that has all the path to different file and display them in an applet . :confused:
String c = "c:\abc\arp\nn.dat"
It has got "\" slashes which would generate error .
I have to read a file that has all the path to different file and display them in an applet . :confused: