Just one additional observation:
The file to read from is:
>>> filePath
"/media/wData/_Mozilla/FX_gW/Profiles/myprofile/prefs.js"
Tracing to
972 loadFile: function(filePath) {
973 var r;
974 var content = [];
975 try {
976 r = new java.io.BufferedReader(new
java.io.FileReader(javaUrlToFilename(filePath)));
shows line 976 fails.
I'm on Linux! Is the filePath wrong?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWikiDev" 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/tiddlywikidev?hl=en.