|
Does
it give a runtime error or a compile error?
If it
is a compile error it may be due to the path seperator '\'.
Use
:
String
sep=System.getProperty("file.seperator");
The
use the file path as:
String
path="c:"+sep+"directory"+sep+"hello.txt";
Dave.
|
- Renaming file david
- Re: Renaming file Concannon, David
- Re: Renaming file zulfi
- SV: Renaming file Mikael Westg�rds
- Re: Renaming file Ritesh Sinha
