"Save as" Option in Notepad
807606Apr 10 2007 — edited Apr 10 2007I am opening a file in Notepad by ..
Runtime.getRuntime().exec("Notepad.exe "+logPath);
this opens the specified file.. but when i edit the file and try to choose "Save as " option it gives Common Dialog error(0x3002).
could any please help me solve this..
Thanks In Advance
Vyas