Oh, thank you.  That's the first good explanation I got regarding the
difference between (posix create-directory) and (chicken eggs
create-directory/parents).

That means I can't create directories without creating their parents
then, right?  Say out of some misguided safety precaution I don't want
to accidentally create a large directory tree if I make a typo.

On Fri, Oct 22, 2010 at 19:21, Kon Lovett <klov...@mac.com> wrote:
> Hi,
>
> Probably better to use the 'setup-api' routine 'create-directory/parents'
> instead of the 'posix' 'create-directory' since the former will obey
> "chicken-install -sudo".
>
> Best Wishes,
> Kon
>
>
>

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to