[osg-users] File search and absolute paths

2008-03-07 Thread Paul Martz
Hi Robert -- A client recently pointed out that if you call readNodeFile() and specify a file with an absolute (or even relative) path, but the file can't be found using that path, then the path is stripped and the osgDB looks for the file without the path. Is there a reason for this? I'd think

Re: [osg-users] File search and absolute paths

2008-03-07 Thread Robert Osfield
On Fri, Mar 7, 2008 at 3:52 PM, Paul Martz [EMAIL PROTECTED] wrote: A client recently pointed out that if you call readNodeFile() and specify a file with an absolute (or even relative) path, but the file can't be found using that path, then the path is stripped and the osgDB looks for the file