Hi<br>Thank you Thorsten it works now. :)<br><br><div class="gmail_quote">On Sat, Aug 11, 2012 at 8:35 AM, Thorsten Zachmann <span dir="ltr"><<a href="mailto:t.zachmann@zagge.de" target="_blank">t.zachmann@zagge.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<div><div class="h5"><br>
> Hi all<br>
><br>
> I am working on filter and in one part of my work i needed to open an image<br>
> and extract it with KoStore and i got error.<br>
><br>
> the image name that i wanted to open (it was an LO doc ) was :<br>
> Pictures/100000000000023A0000023A7EEDCDE3.jpg<br>
> and in my debug output i got this : "can not to open<br>
> Pictures/part100000000000023A0000023A7EEDCDE3.jpg/maindoc.xml"<br>
><br>
> Then i did some research and found this method :<br>
> KoStorePrivate::expandEncodedPath(...)<br>
><br>
> when you want to open a file in KoStore,  at open method it goes to<br>
> toExternalNaming(..) method and in this method ( toExternalNaming ) it<br>
> returns<br>
> this   " return expandEncodedPath (..)" .<br>
><br>
> and in expandEncodedPath()  you can see these comments:<br>
><br>
> // Now process the filename. If the first character is numeric, we have<br>
> // a main document.<br>
><br>
> What should i do? is there some thing wrong with this method or i should do<br>
> some thing for opening files such as these like these files.<br>
<br>
</div></div>from looking at the code I think what you want to do is to call<br>
KoStore::disallowNameExpansion to get your desired behaviour. Form the<br>
description:<br>
<br>
    /**<br>
     * Do not expand file and directory names<br>
     * Useful when using KoStore on non-Calligra files.<br>
     * (This method should be called just after the constructor)<br>
     */<br>
<br>
Hope this solves your problem.<br>
<span class="HOEnZb"><font color="#888888"><br>
Thorsten<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
calligra-devel mailing list<br>
<a href="mailto:calligra-devel@kde.org">calligra-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/calligra-devel" target="_blank">https://mail.kde.org/mailman/listinfo/calligra-devel</a><br>
</div></div></blockquote></div><br>