I have a directory structure with symlinks that looks like this: foo/bar -> ../src/bar bar/baz.txt I expected (directory "foo/*/*.txt") to return baz.txt, but it doesn't. Is there a combination of options I can use to get baz.txt in the result? Thanks, Zach