Arc Forumnew | comments | leaders | submitlogin
1 point by CatDancer 5906 days ago | link | parent

Rather bizarrely, on my Linux system at least, make-directory is creating directories with the sticky bit set... and I didn't see anywhere in the MzScheme's manual a way to set the umask. Perhaps someone else will have better luck.

If this can be fixed, the make-directory* function in the MzScheme file.ss library will usefully create intervening directories, like mkdir -p does.



3 points by elibarzilay 5904 days ago | link

That was fixed in version 371.

-----