G
Guest
Gast
Outfile ist vom Type String definiert und dirList ist vom Type File. Wie bekommt man den Inhalt von dirList[] in einen String???
Code:
String outfile;
private File[] dirList;
outfile = dirList[0];
outfile = outfile[0].substring(8,20);
[\code]
Ich muss zum Schluss also die Position 8-20 ermitteln. Was ursprünglich in dirList[] steht.
Ist wahrscheinlich nicht sooo schwer aber kenne halt die Syntax nicht... :oops: