Skip to content

Commit

Permalink
Merge branch 'master' of github.com:perl6/specs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 12, 2010
2 parents 3b9260b + 6dd8484 commit 6f847e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions S32-setting-library/IO.pod
Expand Up @@ -63,6 +63,16 @@ than C<Str> types.

TODO: document read/write/append modes (:r, :w, :a)

=item dir
X<dir>

multi dir($directory = '.', Mu :$test = none('.', '..')) { ... }

Returns a lazy list of file names in the C<$directory>. By default the current
and the parent directory are excluded, which can be controlled with the
C<$test> named paramater. Only items that smart-match against this test are
returned.

=item getc
X<getc>

Expand Down

0 comments on commit 6f847e0

Please sign in to comment.