On 03/10/2008 15:12, Jean-Marc Lasgouttes wrote:
Peter Kümmel<[EMAIL PROTECTED]> writes:
if (!prefixIs(onlyPath(sourceFile.absFilename()),
package().temp_dir().absFilename()))
(Exporter.cpp, 72)
fails due to different names of the same directory (prefixIs is string based):
C:/Dokumente und Einstellungen/cdev/Lokale Einstellungen/Temp/lyx_tmpbuf0/
C:/DOKUME~1/cdev/LOKALE~1/Temp
The problem is probably to know why temp_dir uses the short file
version. We should make sure that all of our files are LFN.
I was about to same the very same thing :-)
Abdel.