POV-Ray : Newsgroups : povray.bugreports : file names (Macintosh, Unix?,...) : file names (Macintosh, Unix?,...) Server Time
26 Jun 2024 05:45:19 EDT (-0400)
  file names (Macintosh, Unix?,...)  
From: smellenbergh
Date: 13 Jan 1999 13:03:36
Message: <1dlky41.1jior2r1en772uN@dialup22.leuven.skynet.be>
Looks like file names are causing problems on Macintosh, and perhaps
other platforms too (all platforms allowing spaces as first character in
file names).

We are aware that this is more an inconvenience than realy a bug but we
might have a solution.

For example if your input file is ' scene.pov' (notice the space in
front) POV-Ray is unable to find that file because while parsing the
option 'Input_File= scene.pov', the space is thrown away.

Why not not change the option parser in a way that options can be
enclosed like this: 
Input_File=" scene.pov" and Version="3.1" ,......

Or perhaps allowing it only for library paths, input files, output
files, ..... all options relating to file names. 
If an option is enclosed, the parser should take *all* characters,
including spaces.

Would it be hard to implement?

Yvo Smellenbergh


Post a reply to this message

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