Hi all,
I am using the following statement in my .java file

out = new FileOutputStream("responses.txt", true);

I assumed that it should write in a file in the same
directory as the .java file in web-inf/classes

but instead it writes in C:\WINNT\system32

How can I get it to write at a particular place using
relative paths.

I shall appreciate any help.
Thanks,
Runu

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to