Re: override? argument in create-directory etc.
Lassi Kortela 22 Apr 2020 21:06 UTC
> (ensure-directory-exists "foo" [permission-bits]) would be very useful.
This is just a normal mkdir() call, except that errno==EEXIST silently
succeeds instead of raising a Scheme exception. Other errno values raise
an exception as usual.