Skip to Content
0
Former Member
Feb 23, 2009 at 08:14 PM

How I can read a File from WD?

19 Views

I Need to read a xml from a web dynpro, then I execute

File file = new File("file.xml"), but a java.io.FileNotFoundException was throwed

I try with "/file.xml" but nothing...

Where I need to put the file? How can I do for read it?

Thank you