[Jslib] Re: Creating a new RDF file with the rdf libraries

Eric Hodel drbrain@segment7.net
Sun, 07 Apr 2002 04:29:58 +0100


Pete Collins wrote:
> Eric Hodel wrote:
> 
>> I'm trying to use the following code to create a new RDF file to cache 
>> data for a livejournal client.  The Filesystem stuff I stole out of 
>> mozcalc as jslib does not have a getProfileDir() function in DirUtils 
>> (I didn't check the actual code yet).
> 
> 
> Yes it does, its called getMozUserHomeDir()

Doh, I obviously missed it, could that list be alphabetized or have a 
little more context?  I've updated my code to use jslib properly for the 
file, but it still shows the same problem with not creating any entries 
in the RDF file.  Perhaps tomorrow I'll make a testcase and post it.