Skip to content

Draft: Fix the handling of wildcards in `uiop:ensure-directory-pathname`

Construction of a directory-pathname (with uiop:ensure-directory-pathname) creates an escaped pathname instead of a plain pathname.

Need to determine what happens to wildcards (specifically asterisks) when ensure-directory-pathname is invoked on a pathname with "*" as name that has been created by ensure-pathname.

Closes #140

Merge request reports