Arc Forumnew | comments | leaders | submitlogin
2 points by nex3 5875 days ago | link | parent

I was working on this, too, and I got rid of your commit and added mine (sorry!). There are some complications with just using make-directory - specifically, it doesn't create parents directories. We need make-directory* to do this, and that sets the sticky bit on directories in Unix. So my solution was to use system on Unix and make-directory*.


1 point by eds 5875 days ago | link

Whatever, just so long as it works :)

-----