Hi Ricardo, On 27 March 2018 at 19:42, Robert Osfield <[email protected]> wrote: > ./test --dir ~/OpenSceneGraph/include/osg/ --file version > Result with findFileInDirectory(): 0 > Result with fileExists(): 0 > concatenated=/home/robert/OpenSceneGraph/include/osg/version > > Which confirms your suggestion that the trailing slash isn't handled > by findFileInDirectory().
I have checked in a catch for users passing in directories with a trailing / or \. This fix is checked into OSG master and the 3.6 branch. Robert _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

