I'm using CCL on OS X Yosemite.
When I use e.g.
(directory "*")
in directory
/Users/Tom
for listing all directory entries, but /Users/Tom
contains a broken symbolic link (e.g. slime
where the directory linked to does not exist any more),
File #P"/Users/Tom/slime" does not exist.
[Condition of type CCL::SIMPLE-FILE-ERROR]
is thrown.
Is there a way to get get a list of directory entries in such a directory with a broken symbolic link?