I want store some information about local addressbook directory to prefs. I know the directory URI. Has local the addressbook directory any prefname ?

I try this code

    var res = gRdfSvc.GetResource(dirUri);
    var dir = res.QueryInterface( Components.interfaces.nsIAbDirectory );
    return dir.directoryProperties.prefName;


but it returns each time different string ( same dirUri )


( btw.. is there any better group to this questions ? )

Honza T_

--

|-| () |\| 7_ /-\  T.

ICQ: 134810196
MSN: [EMAIL PROTECTED]

mail: [EMAIL PROTECTED]
mail: [EMAIL PROTECTED]
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to