kanna
2006-09-12 02:19:09 UTC
i used
File file = new File("reports/one.txt");
to create a text file under the reports folder .This "reports" folder is along with the web-inf folder.
when i executed the servlet which had this code,its creating the file some where out side the application. i want that to create under the "reports" folder. how to achieve this. please help me.