Can you explain to me how to do this, or point me to some documentation explaining this?
I need to see how to get the file path to and manipulate (Change, Remove, Add) an RDF datasouce.
The localstore RDF datasource is a built-in datasource used for various things like xul:persist attributes. It can be accessed through nsIRDFService.GetDataSource("rdf:local-store"), then manipulated like any other datasource (Assert, Unassert, whatever). It will be automatically saved (you don't need to manually flush it).
The actual RDF file exists in <profiledir>/localstore.rdf, but you shouldn't try to manipulate the file directly.
--BDS _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
