Consider the following:
(directory (make-pathname :directory '(:absolute "Users" "gazonk" "foo" "*")
:name :wild))
This breaks because one of the directories contains the character ";".
If the "*" above is removed, the code returns a directory listing where ";" is escaped.
It seems I cannot make it go further down because some directories contain a ";"
Is there a fix for this?
Any and all commends appreciated. Thank you.