In my GWT project, I have three standard directories :
- client
- server
- public

So do u mean that any code inside the client directory wont have
access to anything outside the public directory ?


On Apr 20, 7:55 pm, Neo <[email protected]> wrote:
> In my server side code, I create a xmlfileusing the following line
> of code :
> PrintWriter out = new PrintWriter(new FileOutputStream
> ("tasks.data.xml"));
>
> Thefilegets created in the Project's root directory.
>
> Next, inside my client side code I want togetthepathof thefile
> created. Hence, i use :
> GWT.getModuleBaseURL()+"tasks.data.xml"
>
> But I run into an exception saying "thefilewas not found".
>
> Can anybody please help me out in this.
> I want thepathof thefile.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to