Write to a subfolder in Winpov? (Message 1 to 4 of 4)
From: Shay
Subject: Write to a subfolder in Winpov?
Date: 28 Jun 2013 18:54:54
Message: <51ce143e$1@news.povray.org>
#fopen filename "subfolder/file" write
#fopen filename "subfolder\file" write
#fopen filename "subfolder\\file" write
#fopen filename "C:\Users\myusername\Povray\subfolder\file" write
Every one of these fails with "Possible Parse Error: IO Restrictions
prohibit write access to 'subfolder/file'
What am I missing?
-Shay
From: Christian Froeschlin
Subject: Re: Write to a subfolder in Winpov?
Date: 28 Jun 2013 19:34:28
Message: <51ce1d84$1@news.povray.org>
Shay wrote:
> Every one of these fails with "Possible Parse Error: IO Restrictions > prohibit write access to 'subfolder/file'
Did you check Options > Script I/O Restrictions?
From: Shay
Subject: Re: Write to a subfolder in Winpov?
Date: 28 Jun 2013 20:19:35
Message: <51ce2817$1@news.povray.org>
I hadn't. Thank you. Many years since I've used Windows.
-Shay
"Christian Froeschlin" <chr### [at] chrfrde> wrote in message
news:51ce1d84$1@news.povray.org...
> Shay wrote:>>> Every one of these fails with "Possible Parse Error: IO Restrictions >> prohibit write access to 'subfolder/file'>> Did you check Options > Script I/O Restrictions?
From: Alain
Subject: Re: Write to a subfolder in Winpov?
Date: 29 Jun 2013 17:09:29
Message: <51cf4d09@news.povray.org>
> I hadn't. Thank you. Many years since I've used Windows.>> -Shay>> "Christian Froeschlin" <chr### [at] chrfrde> wrote in message> news:51ce1d84$1@news.povray.org...>> Shay wrote:>>>>> Every one of these fails with "Possible Parse Error: IO Restrictions>>> prohibit write access to 'subfolder/file'>>>> Did you check Options > Script I/O Restrictions?>
That's not Windows related. POV-Ray, under any platform, do impose IO
restrictions.