Hello,

I have recently started using App Engine for a project I am working
on, and I have a simple question.

I have a file in the war/WEB-INF directory of my app <filename.txt>.
When I try BufferedReader b = new BufferedReader(new FileReader(new
File(<filename.txt>))); I get a FileNotFoundException.

What path should I use when trying to access files in the war/WEB-INF
directory? I have tried what seem to me to be the obvious ones and I
have read the faq on this (which just tells you to put files in that
directory).

Thanks,

Finbarr
-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to