hello,
each browser have your api for create and read files or to access data
on disk storage
So I would like to create an api to make this...
http://code.google.com/p/gwtapi/

Will have an interface that will be create by deffered binding, and an
implementation for each browser...

for example
ReadFile read = GWT.create(ReadFile.class);
String[] lines = read.thisFile("....");

make sense create this api?

thanks

-- 
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