POV-Ray : Newsgroups : povray.general : Navigating the file system : Re: Navigating the file system Server Time
5 May 2024 02:25:32 EDT (-0400)
  Re: Navigating the file system  
From: clipka
Date: 12 Mar 2016 03:36:01
Message: <56e3d4f1$1@news.povray.org>
Am 12.03.2016 um 01:01 schrieb Mike Horvath:
> I have the following that used to work:
> 
>     #include "../walls/Walls_Textures.inc"
> 
> However, I have moved things one level deeper such that the file path
> should be
> 
>     #include ".../walls/Walls_Textures.inc"
> 
> Will this work? I keep getting an error. Thanks.

While there are some obscure pieces of software that interpret "..." in
path names as the "grandparent" directory, it is entirely non-standard.
The canonical form is "../..".


Post a reply to this message

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