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 : Pictures/100000000000023A0000023A7EEDCDE3.jpg<br>
and in my debug output i got this : "can not to open Pictures/part100000000000023A0000023A7EEDCDE3.jpg/maindoc.xml" <br><br>Then i did some research and found this method :  KoStorePrivate::expandEncodedPath(...)<br>
<br>when you want to open a file in KoStore,  at open method it goes to toExternalNaming(..) method and in this method ( toExternalNaming ) it 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 some thing for opening files such as these like these files.<br>
<br>moji  <br>