Can I add a file to the handset local filesystem from a widget?
I don't see any API for this in the Web Developer's Lib 1.2 doc.
Thanks,
David
Can I add a file to the handset local filesystem from a widget?
I don't see any API for this in the Web Developer's Lib 1.2 doc.
Thanks,
David
Hi David,
unfortunately, as you say, there's no available API to access filesystem from a WRT Widget, so it's not possible.
Pit
Hi,
Since WRT doesn't support local file system access, DB access or cookies is there _any_ way a user running the same widget twice can, for example, store their username and password for a remote system so they don't have to enter them every time?
Thanks.
David Durant
Hi David,
and welcome to Forum Nokia Discussion Boards!
About your question, the setPreferenceForKey() method should be what you're looking for, just take a look here:
http://library.forum.nokia.com/topic...1F28E9F27.html
Pit
Is there any size limit (or other limitation) on what can be stored in the preference string?
Thanks,
David