Re: [api-dev] How to access the Storage of an opened OOo document?

2009-04-04 Thread Giuseppe Castagno
Hi Mathias, Mathias Bauer wrote: Giuseppe Castagno wrote: Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). Why do you need access to the META-INF? Everything in the manifest should be accessed via

Re: [api-dev] How to access the Storage of an opened OOo document?

2009-04-04 Thread Tobias Krais
Hi Guiseppe, Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). I did not read the whole Thread. Here an Idea, how to get your needed path: -%- // Return value String currentPath = null; //

Re: [api-dev] How to access the Storage of an opened OOo document?

2009-04-04 Thread Giuseppe Castagno
Tobias Krais wrote: Hi Guiseppe, Now my questions, keeping in mind that at a certain time I need to access the META-INF substorage to manipulate a custom file (read and write). I did not read the whole Thread. Here an Idea, how to get your needed path: -%- // Return value String