>>>>> "Kuba" == Kuba Ober <[EMAIL PROTECTED]> writes:
>> I think we should probably use only internal_path and only work >> inside LyX with paths which use / as separator. Of course, a second >> problem is that win32 names will retain drive numbers, but stuff in >> filetools should take care of that. Kuba> What about always using unix paths internally, and simply Kuba> translating C:\dir\x into /C:/dir/x ? And how does c:file.txt get translated? Windows has a strange notion of what an absolute path is. Otherwise, it looks like a good idea. JMarc