On Wed, 2004-11-10 at 10:24 +0100, Sascha Herpers wrote: > if I can be of any help, send me some minimal source to test it. It > should be compilable with MSVC++ 6.0, since I have nothing else installed. I think I've found the problem looking through the code. normalize_path() strips the trailing slash on Windows filenames to deal with stat() problems. So c:\ would become c: in that case. -- David Norris http://www.webaugur.com/dave/ ICQ - 412039Received on Wed Nov 10 01:57:24 2004