Which file separator do you want to get?

If it is the client file separator, the only way I could think would
be to run a trusted java applet in the client and use javascript to
invoke a call to System.getProperty(). This would involve the user
having to agree to let the applet run and so on.

If you wanted the file separator on the server, you could always make
an Async call to a service that called System.getProperty();

I can't help feeling, though,  that the fact that you want to get the
file separator in the client would suggest that what you are trying to
do with it isn't going to work.

On Jan 30, 4:34 am, Rinku <[email protected]> wrote:
> How to get file seperator in gwt to because System.getProperty
> ("file.separator") is not working on client side ?
--~--~---------~--~----~------------~-------~--~----~
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