Hallo nochmal,
wieso geht dieses Konstrukt nicht? :
Ich habe es auch schon mit nur einem Slash usw. probiert.
Es kommt immer eine FileNotFoundException, obwohl die Datei natürlich existiert.
Lars
wieso geht dieses Konstrukt nicht? :
Code:
File f = new File("C:\\textprobe\\textprobe.txt");
FileReader fr = new FileReader(f);
Ich habe es auch schon mit nur einem Slash usw. probiert.
Es kommt immer eine FileNotFoundException, obwohl die Datei natürlich existiert.
Lars