[Openmcl-devel] delete-file and directories

bryan o'connor bryan-openmcl at lunch.org
Sat Mar 12 14:40:18 PST 2005


> "ENSURE-DIRECTORIES-DO-NOT-EXIST"

that is a great name.

sbcl has the sb-posix package that provides wrappers around
most (all?) of the posix calls.  one of which is rmdir.

i think something equivalent could easily be written for
openmcl.. perhaps even using the same sb-posix api.

it'd would help in porting some lisp apps like macho.

	...bryan




More information about the Openmcl-devel mailing list