vamsi naki wrote:2)When i try to save a file ,i used filedialog.setDirectory("C:"+"\" ")
In other words, you set the directory to this
string:
But you really wanted this string, right?
So you've just got your
Java string escaping rules a bit mixed up. You need this code: