We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a72e5 commit 6b3ce78Copy full SHA for 6b3ce78
doc/Type/IO/Path.rakudoc
@@ -466,7 +466,7 @@ Returns the contents of a directory as a lazy list of C<IO::Path> objects
466
representing relative paths, filtered by
467
L<smartmatching|/language/operators#infix_~~> their names (as strings) against
468
the C<:test> parameter. The path of returned files will be absolute or
469
-relative depending on what C<$path> is.
+relative depending on what C<$path> is, and are returned in an arbitrary order.
470
471
Since the tests are performed against C<Str> arguments, not C<IO>, the tests are
472
executed in the C<$*CWD>, instead of the target directory. When testing against
0 commit comments