On piÄtek 17 grudzieÅ 2004 10:14 am, Kuba Ober wrote: > > 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. > > What about always using unix paths internally, and simply translating > C:\dir\x into /C:/dir/x ?
Alternatively, if you don't envision people having one-letter-named servers in UNC paths, you can drop the ':'. In my implementation I've left the ':' just in case. Kuba