[Jslib] Re: jslib - fileUtils

Mike Potter mike@inthehack.com
Thu, 14 Mar 2002 17:42:05 -0500


I've seen the same thing, and its caused me a bit of problems with the 
RDF classes.
I don't know just yet how to fix it. Have you made any progress?
Mike

Martin Kutschker wrote:
> Hi!
> 
> I had troubles lately using chromeToPath (and moz 0.9.8). On windows I 
> get a kind of mixed path, i.e. Mozilla's base is a path (\) but the 
> chrome part is a url (/). I guess it is because the registry helper 
> convertChromeURL (?) changes a chrome url into a resource url, which is 
> NOT a file path. Does anyone know more on this subject?
> 
> Looks like we could add a resourceToPath method as well.
> 
> Masi