Hi Jason, I've reviewing your changes to FileUtils.cpp but don't understand how the change would actually work, perhaps I'm misreading it but it doesn't look like it'll do what you want i.e skip the c:, but accept everything else.
BTW, which version of the VPB did you base this one, there was a recent merge that addressed a similar/same issue that you are trying to resolve; svn log FileUtils.cpp ------------------------------------------------------------------------ r912 | robert | 2008-05-27 13:44:13 +0100 (Tue, 27 May 2008) | 13 lines >From Christophe Loustaunau, "I have test vpbmaster on windows 2000, and I think that I have have an error : If vpb have to create a directory like : "c:\data\mars" it fails. In fact when vpb have to do that, it check all the directory possible like this : "c:" "c:\data" "c:\data\mars" But when vpb want's to know if "c:" exist with osgDB::FileType type = osgDB::fileType(path) It fails, It's because "c:" doesn't exist but "c:\" does. So here is a patch based on the svn, which correct that." If this is faulty could you explain what is wrong with it. Robert. _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
