Re: more moniker questions



> I wonder how monikers for archive/storage files should work? OK, there is the
> untar moniker:
> 
> file:/tmp/test.tar#untar
> 
> But why cant I request the storage interface directly from the file moniker?

You do:

storage = bonobo_get_object("file:/tmp/test.tar", "IDL:Bonobo/Storage:1.0");

> and how do I name a file contained in the archive:
> 
> file:/tmp/test.tar#untar!/etc/groups
> 
> or
> 
> file:/tmp/test.tar!/etc/groups

I don't think the details of that have been quite ironed out yet, but I
would think that it'd be done with the former.

Joe





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]