ok... see this
String account="your directoty/your filename without .txt";
account=account+".txt";
myFile = new File(newaccount);
and can you really "myfile=new File()"? i dont think so.
unless you decleared your own class.
note: pascal style is not working in Java
非常感谢你的解答,是少写了一个File
新手上路~~
请多指教:$
请多指教:$