POV-Ray : Newsgroups : povray.windows : Can't read ../../file.inc : Re: Can't read ../../file.inc Server Time
27 Apr 2024 22:37:59 EDT (-0400)
  Re: Can't read ../../file.inc  
From: clipka
Date: 15 Feb 2011 21:26:17
Message: <4d5b35c9@news.povray.org>
Am 15.02.2011 05:54, schrieb dickbalaska:
> I have uploaded a small test to the binary scene-files.
> It demonstrates that I can not include "../../file0.pov"

Found the bastard! Definite bug - when parsing a file path, POV-Ray 
attempts to eliminate ".." by stripping the preceding component from the 
path - e.g. "foo/bar/../something" becomes "foo/something"; 
unfortunately, it does this even if the previous element happens to be 
".." as well. So "../../file0.pov" simply becomes "file0.pov".

FAIL.

I'll go fix that. Dick, would you mind entering a report on 
http://bugs.povray.org in the meantime, so this gets listed as a known bug?


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.